[issue17162] Py_LIMITED_API needs a PyType_GenericDealloc

Bradley Froehle report at bugs.python.org
Fri Feb 8 19:30:16 CET 2013


Bradley Froehle added the comment:

I should mention that essentially what I'm advocating is renaming and exposing `object_dealloc` in Objects/typeobject.c.

The proper name is not obvious to me... should it be PyObject_GenericDealloc since it acts on objects? Or PyType_GenericDealloc since it will be stuck into one of the PyTypeObject slots?

----------

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


More information about the Python-bugs-list mailing list