[Cython] Compiler crash: forward declaration of cdef class with "public" attributes

Alok Singhal gandalf013 at gmail.com
Wed Jul 23 18:34:37 CEST 2014


On Wed, Jul 23, 2014 at 8:28 AM, Robert Bradshaw <robertwb at gmail.com> wrote:
>> Also, if forward declarations are not recommended, what is the best
>> way to declare two cdef classes that need to know about each other?
>> (Short of "don't do that!" :-) ).
>
> Just do it without the forward declarations.

Thanks!  I didn't realize that I didn't need forward declarations.

-Alok


More information about the cython-devel mailing list