]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 16 Nov 2022 16:37:14 +0000 (09:37 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Nov 2022 16:37:14 +0000 (09:37 -0700)
commit5f55067e238c21de25f09ece9bb24ae8c42d02b4
treef3fbce5e16aaa3a8871518c4ccb18bc8a1d86e9e
parent5cfb7d19f5242c9b8ffd2fe30a24569e85a99e1d
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)

https://github.com/python/cpython/issues/81057
24 files changed:
Include/cpython/modsupport.h
Include/internal/pycore_fileutils.h
Include/internal/pycore_floatobject.h
Include/internal/pycore_import.h
Include/internal/pycore_interp.h
Include/internal/pycore_pyhash.h
Include/internal/pycore_pylifecycle.h
Include/internal/pycore_runtime.h
Include/internal/pycore_runtime_init.h
Include/internal/pycore_unicodeobject.h
Modules/main.c
Objects/floatobject.c
Objects/moduleobject.c
Objects/unicodeobject.c
Python/bootstrap_hash.c
Python/ceval_gil.c
Python/fileutils.c
Python/importdl.c
Python/modsupport.c
Python/pylifecycle.c
Python/pystate.c
Python/pythonrun.c
Tools/c-analyzer/cpython/globals-to-fix.tsv
Tools/c-analyzer/cpython/ignored.tsv