[Cython] Cython crash when using forward declarations

2013-11-25 Thread Vinay Sajip
tribute 'lookup_here' There seem to be two problems here: the AttributeError crash, but also the earlier "Cannot inherit from incomplete type" message. None of the types look incomplete; if you comment out the forward declarations, no error

[Cython] Seemingly incorrect specialization of templates

2013-12-16 Thread Vinay Sajip
r than actual types. This seems wrong - can someone here confirm whether this is intentional? This caused a problem where the generated C++ code for a genuine specialisation instead generated a declaration like "pair" instead of using the actual arguments. The specialize call occurs in Nodes.py:

Re: [Cython] Seemingly incorrect specialization of templates

2013-12-17 Thread Vinay Sajip
Sorry, some parts of my post appear to have been duplicated. Not sure how that happened. Regards, Vinay Sajip ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel