diff options
author | Victor Stinner <vstinner@python.org> | 2022-01-13 19:28:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 19:28:32 +0100 |
commit | 1a4d1c1c9b08e75e88aeac90901920938f649832 (patch) | |
tree | 91b55e6551f69713d11f2d9489a4e89b3cb44ee3 /Lib/pydoc_data/topics.py | |
parent | 6be848922bc0f4c632c255c39de82a45b6480286 (diff) | |
download | cpython-git-1a4d1c1c9b08e75e88aeac90901920938f649832.tar.gz |
bpo-46070: _PyGC_Fini() untracks objects (GH-30577)
Py_EndInterpreter() now explicitly untracks all objects currently
tracked by the GC. Previously, if an object was used later by another
interpreter, calling PyObject_GC_UnTrack() on the object crashed if
the previous or the next object of the PyGC_Head structure became a
dangling pointer.
Diffstat (limited to 'Lib/pydoc_data/topics.py')
0 files changed, 0 insertions, 0 deletions