[issue24373] Use traverse & finalize in xxlimited and in PEP 489 tests

Nick Coghlan report at bugs.python.org
Thu Jun 4 10:00:38 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue24373>
_______________________________________


More information about the Python-bugs-list mailing list