[Cython] C methods broken?

Kay Schluehr kay at fiber-space.de
Wed Dec 3 07:02:34 CET 2008


Stefan Behnel schrieb:
> You forgot to
>
> 	cdef ExtPoint ep
>
> so that Cython knows that ep.convert() even exists as a C method.
> Otherwise, it considers it a Python method on an unknown Python object.
>
> Stefan
>   
Bingo!


More information about the Cython-dev mailing list