summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.5.0b2.rst
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-01-13 18:28:32 (GMT)
committerGitHub <noreply@github.com>2022-01-13 18:28:32 (GMT)
commit1a4d1c1c9b08e75e88aeac90901920938f649832 (patch)
tree91b55e6551f69713d11f2d9489a4e89b3cb44ee3 /Misc/NEWS.d/3.5.0b2.rst
parent6be848922bc0f4c632c255c39de82a45b6480286 (diff)
downloadcpython-1a4d1c1c9b08e75e88aeac90901920938f649832.zip
cpython-1a4d1c1c9b08e75e88aeac90901920938f649832.tar.gz
cpython-1a4d1c1c9b08e75e88aeac90901920938f649832.tar.bz2
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 'Misc/NEWS.d/3.5.0b2.rst')
0 files changed, 0 insertions, 0 deletions