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 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
