diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2022-11-16 17:37:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-16 17:37:29 (GMT) |
commit | 9db1e17c80217d7b18a2f44297d72acd10ee73d6 (patch) | |
tree | 4d0256b80f512133b1fb6db73a68da5bdbe22c5c /Tools/c-analyzer | |
parent | 8211cf5d287acfd815b6a7f6471cdf83dcd2bb9b (diff) | |
download | cpython-9db1e17c80217d7b18a2f44297d72acd10ee73d6.zip cpython-9db1e17c80217d7b18a2f44297d72acd10ee73d6.tar.gz cpython-9db1e17c80217d7b18a2f44297d72acd10ee73d6.tar.bz2 |
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
Diffstat (limited to 'Tools/c-analyzer')
-rw-r--r-- | Tools/c-analyzer/cpython/globals-to-fix.tsv | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Tools/c-analyzer/cpython/globals-to-fix.tsv b/Tools/c-analyzer/cpython/globals-to-fix.tsv index 87d8f63..cc46513 100644 --- a/Tools/c-analyzer/cpython/globals-to-fix.tsv +++ b/Tools/c-analyzer/cpython/globals-to-fix.tsv @@ -320,9 +320,6 @@ Objects/unicodeobject.c - ucnhash_capi - Python/suggestions.c levenshtein_distance buffer - # other -Objects/dictobject.c - _pydict_global_version - -Objects/dictobject.c - next_dict_keys_version - -Objects/funcobject.c - next_func_version - Objects/object.c - _Py_RefTotal - Python/perf_trampoline.c - perf_status - Python/perf_trampoline.c - extra_code_index - |