[Pyrex] Same type does not resolve to itself when coming in through different .pxd files

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Nov 20 01:10:38 CET 2007


Dan Gindikin wrote:
>     cdef class derived(mymodule.base):
>         cdef void func(self, F x):

You can't nest function definitions in Pyrex.

--
Greg



More information about the Pyrex mailing list