]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 16 Nov 2022 17:37:29 +0000 (10:37 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Nov 2022 17:37:29 +0000 (10:37 -0700)
commit9db1e17c80217d7b18a2f44297d72acd10ee73d6
tree4d0256b80f512133b1fb6db73a68da5bdbe22c5c
parent8211cf5d287acfd815b6a7f6471cdf83dcd2bb9b
gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)

We also move the global func version.

https://github.com/python/cpython/issues/81057
16 files changed:
Include/internal/pycore_dict.h
Include/internal/pycore_dict_state.h [new file with mode: 0644]
Include/internal/pycore_function.h
Include/internal/pycore_interp.h
Include/internal/pycore_runtime.h
Include/internal/pycore_runtime_init.h
Makefile.pre.in
Modules/_functoolsmodule.c
Objects/call.c
Objects/dictobject.c
Objects/funcobject.c
Objects/typeobject.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/pystate.c
Tools/c-analyzer/cpython/globals-to-fix.tsv