Re: [Cython] [cython-users] memoryviews & parameter passing

2011-12-20 Thread mark florisson
On 20 December 2011 18:57, Dirk Rothe wrote: > Hello Cython-Devs, > > I'v thought I check out the memoryview syntax from cython-trunk to > refactor some tight loops on numpy arrays into smaller functions. But > either I'm doing something wrong or the call-overhead (of dostuff() ) > is still very l

Re: [Cython] Bug report: building an extension with --pyrex-gdb fails

2011-12-20 Thread Lars Buitinck
2011/12/17 mark florisson : > Thanks, that was very helpful. The problem was that generator > functions apparently don't fill out a name in the symbol table. You > can try again from this branch: > https://github.com/markflorisson88/cython/commit/ed648d932f3922f77e140a6292d65f56f4899090 > which wil