Hi,

CPython 3.4 will have a new way to handle object finalisation.

http://www.python.org/dev/peps/pep-0442/

I think we should switch the current deallocation code to make use of it.
That should fix the problem we currently have with user provided
__dealloc__() code that touches Python objects. It would be Py3.4+
specific, though.

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

Reply via email to