]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45953: Statically initialize all the non-object PyInterpreterState fields we...
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 14 Jan 2022 00:17:28 +0000 (17:17 -0700)
committerGitHub <noreply@github.com>
Fri, 14 Jan 2022 00:17:28 +0000 (17:17 -0700)
commit322f962f3ee31d0dbde99e36379de8488ccc6804
tree5ff4958e37f0f556294804c2918bdfeb9ea87417
parent324908ba936d5d262026deebb81f050803848c41
bpo-45953: Statically initialize all the non-object PyInterpreterState fields we can. (gh-30589)

https://bugs.python.org/issue45953
Include/internal/pycore_gc.h
Include/internal/pycore_runtime_init.h
Modules/gcmodule.c
Python/ceval.c
Python/pystate.c