]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107630: Initialize Each Interpreter's refchain Properly (gh-107733)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 7 Aug 2023 19:14:56 +0000 (13:14 -0600)
committerGitHub <noreply@github.com>
Mon, 7 Aug 2023 19:14:56 +0000 (13:14 -0600)
commit430632d6f710c99879c5d1736f3b40ea09b11c4d
tree5c170b5a94186d7703e353837fbfcc1b2b8ec47b
parent16c9415fba4972743f1944ebc44946e475e68bc4
gh-107630: Initialize Each Interpreter's refchain Properly (gh-107733)

This finishes fixing the crashes in Py_TRACE_REFS builds.  We missed this part in gh-107567.
Include/internal/pycore_object.h
Objects/object.c
Python/pylifecycle.c
Python/pystate.c