]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46370: Move the static initializer for _PyRuntime to its own header file. (gh...
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 13 Jan 2022 22:54:36 +0000 (15:54 -0700)
committerGitHub <noreply@github.com>
Thu, 13 Jan 2022 22:54:36 +0000 (15:54 -0700)
commitbc02eac9d2cb36faffc5027b7ce09e6dd0922a7f
treeebb4db98393a375ee76553e6d703a25cfbf1e1bf
parent276c234ce0fa6732237f1b187989837324d9dea3
bpo-46370: Move the static initializer for _PyRuntime to its own header file. (gh-30587)

https://bugs.python.org/issue46370
Include/internal/pycore_global_objects.h
Include/internal/pycore_object.h
Include/internal/pycore_runtime.h
Include/internal/pycore_runtime_init.h [new file with mode: 0644]
Makefile.pre.in
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/pylifecycle.c
Python/pystate.c