]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 8 Dec 2022 22:38:06 +0000 (15:38 -0700)
committerGitHub <noreply@github.com>
Thu, 8 Dec 2022 22:38:06 +0000 (15:38 -0700)
commitcda9f0236fd7800c6db5eec207668c4bfec4a45d
tree8271573ec183d16da788eaba0e83a8ec65572d76
parentc85be734d1823f02a3600d7cd9195cecbf51afe8
gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)

https://github.com/python/cpython/issues/81057
14 files changed:
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_os.h [new file with mode: 0644]
Include/internal/pycore_runtime.h
Include/internal/pycore_runtime_init.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/test/test_os.py
Makefile.pre.in
Modules/posixmodule.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Tools/c-analyzer/cpython/globals-to-fix.tsv
Tools/c-analyzer/cpython/ignored.tsv