[issue17162] Py_LIMITED_API needs a PyType_GenericDealloc

Larry Hastings report at bugs.python.org
Thu Jan 30 17:22:10 CET 2014


Larry Hastings added the comment:

I thought I replied to this... weird.

Do I understand correctly that it's basically impossible to write a proper custom deallocator in the limited API right now, because you can't get access to your base class's tp_free?

(If so, why didn't anybody notice?)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17162>
_______________________________________


More information about the Python-bugs-list mailing list