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

mark florisson markflorisson88 at gmail.com
Sat Dec 17 14:13:11 CET 2011


On 17 December 2011 12:57, Lars Buitinck <L.J.Buitinck at uva.nl> wrote:
> 2011/12/17 mark florisson <markflorisson88 at 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 at 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.


More information about the cython-devel mailing list