[Pyrex] Calling SuperClass.__init__() ?

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Apr 22 07:14:33 CEST 2006


Stefan Behnel wrote:

> As __init__ is a rather unambiguous special method, I think that
> ExtensionType.__init__(...) should calls the C function directly.

Yes, it should, and the same goes for the rest of the
typeslot methods. I'll have to investigate what's
required to support this -- the code for function
calls is already pretty hairy.

--
Greg



More information about the Pyrex mailing list