Nick Coghlan added the comment:

Would it also be worth making at docs update to tp_dealloc, suggesting the use 
of tp_traverse/finalize?: 
https://docs.python.org/3/c-api/typeobj.html#c.PyTypeObject.tp_dealloc

And perhaps from PyType_FromSpec? 
https://docs.python.org/3/c-api/type.html?highlight=pytype_fromspec#c.PyType_FromSpec

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24373>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to