On Wed, Jul 23, 2014 at 8:28 AM, Robert Bradshaw <[email protected]> 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 _______________________________________________ cython-devel mailing list [email protected] https://mail.python.org/mailman/listinfo/cython-devel
