[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:23 EDT 2021


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


New changeset 193504acf3bfb7cff1edf7f568c2405b857fa1f7 by Miss Islington (bot) in branch '3.9':
bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) (GH-29248)
https://github.com/python/cpython/commit/193504acf3bfb7cff1edf7f568c2405b857fa1f7


----------

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


More information about the Python-bugs-list mailing list