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! _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
- [Cython] C methods broken? Kay Schluehr
- Re: [Cython] C methods broken? Robert Bradshaw
- Re: [Cython] C methods broken? Stefan Behnel
- Re: [Cython] C methods broken? Kay Schluehr
