1 May 07:44
Re: [Cython] __getattribute__
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
RSS Feed