On Apr 14, 2009, at 1:01 AM, Riccardo Murri wrote: > On Tue, Apr 14, 2009 at 1:17 AM, Lisandro Dalcin > <[email protected]> wrote: >> What happens if you write "cdef class ..." instead of "cpdef class >> ..." on your pxd? >> > > Same error.
I'm surprised that "cpdef class" works at all (it shouldn't). In any case, this is most certainly a bug, we are tracking it at http:// trac.cython.org/cython_trac/ticket/279 . - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
