Peter Schay schrieb am 19.08.2014 um 00:46:
> One question: Is there any expected time-frame for freelists to support 
> cdef subclasses?  Soon? Never?  Somewhere in between?

Hard to say. This isn't easy as supporting subtypes means that we need full
control over what the parent types are doing in their
allocation/deallocation chain, and that may not be entirely trivial to
determine. The current call chain isn't made for that.

In any case, no-one's currently working on this AFAIK.

Stefan

_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to