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
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