]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45953: Statically initialize all the PyThreadState fields we can. (gh-30590)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 14 Jan 2022 00:09:24 +0000 (17:09 -0700)
committerGitHub <noreply@github.com>
Fri, 14 Jan 2022 00:09:24 +0000 (17:09 -0700)
commit324908ba936d5d262026deebb81f050803848c41
treea45363816b664cbe18eb899e33688d7f3bc09e59
parentd4e64cd4b0ea431d4e371f9b0a25f6b75a069dc1
bpo-45953: Statically initialize all the PyThreadState fields we can. (gh-30590)

https://bugs.python.org/issue45953
Include/cpython/pystate.h
Include/internal/pycore_ceval.h
Include/internal/pycore_runtime_init.h
Python/ceval.c
Python/pystate.c