On 17 December 2011 12:57, Lars Buitinck <l.j.buiti...@uva.nl> wrote: > 2011/12/17 mark florisson <markflorisso...@gmail.com>: >> Thanks for your report, could you paste/attach the code of your >> extension module? > > The code is online at https://github.com/larsmans/sortedcollection > > -- > Lars Buitinck > Scientific programmer, ILPS > University of Amsterdam > _______________________________________________ > cython-devel mailing list > cython-devel@python.org > http://mail.python.org/mailman/listinfo/cython-devel
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 will be pushed to cython's master branch later. _______________________________________________ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel