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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17162>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to