[Cython] __getattribute__
Greg Ewing
greg.ewing at canterbury.ac.nz
Thu May 1 07:44:36 CEST 2008
Peter Todd wrote:
> Another question is I noticed that the latest cython-devel code emits
> warnings on usage of __new__, saying to use __cinit__ instead. I take it
> there is planned work to make __new__ more like Python's __new__ and
> have it create the object as well? Again, that's another feature I could
> really use.
That's the idea. I'm not sure exactly what I'm going to
do with __new__ yet, but I want to free up the name so
I can do something better with it later.
--
Greg
More information about the Cython-dev
mailing list