On Jun 7, 2008, at 4:55 PM, Greg Ewing wrote: > Robert Bradshaw wrote: > >> Our circular import stuff is a superset of this > > What does Cython do differently in this area?
In a.pyx you can do "from b cimport B" and from b.pyx you can do "from a cimport A" without any problems. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
