[Cython] CEP 507/513

Stefan Behnel stefan_ml at behnel.de
Sun Apr 13 18:06:01 CEST 2008


Hi,

Dag Sverre Seljebotn wrote:
> a.myfunc = myoverride
> assert a.__class__ == T
> a.myfunc()

This doesn't work with extension types, they don't have a __dict__.

Stefan


More information about the Cython-dev mailing list