]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 28 Feb 2022 22:15:48 +0000 (15:15 -0700)
committerGitHub <noreply@github.com>
Mon, 28 Feb 2022 22:15:48 +0000 (15:15 -0700)
commit08deed1af56bec8668c6cb4d5cfd89e393e1fe5e
tree6b556457a1065c75841b6d7d59483494590e32f1
parentd5b7bba43b7d9559e9894d263ece337084dc4b8d
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)

https://bugs.python.org/issue46753
Include/internal/pycore_gc.h
Include/internal/pycore_global_objects.h
Include/internal/pycore_runtime_init.h
Include/internal/pycore_tuple.h
Objects/tupleobject.c
Python/pylifecycle.c
Tools/scripts/deepfreeze.py
Tools/scripts/generate_global_objects.py