[issue28737] Document that tp_dealloc handler must call PyObject_GC_UnTrack if Py_TPFLAGS_HAVE_GC is set

Sam Gross report at bugs.python.org
Wed Oct 27 12:46:18 EDT 2021


Sam Gross <colesbury at gmail.com> added the comment:

Antoine Pitrou already fixed the "noddy4" example (now renamed to "custom4") and updated the newtypes_tutorial, but I think it's still worth mentioning PyObject_GC_Untrack in a few additional places.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue28737>
_______________________________________


More information about the Python-bugs-list mailing list