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

Łukasz Langa report at bugs.python.org
Thu Oct 28 15:23:04 EDT 2021


Łukasz Langa <lukasz at langa.pl> added the comment:


New changeset 9e0012116ac9e8d26bf19ef8741deeecf2b6f72b by Sam Gross in branch '3.10':
[3.10] bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) (GH-29249)
https://github.com/python/cpython/commit/9e0012116ac9e8d26bf19ef8741deeecf2b6f72b


----------

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


More information about the Python-bugs-list mailing list