diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2022-11-11 21:16:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 21:16:28 (GMT) |
commit | dd36b71fa6164ebba5d94bb4a24eac43b1c54906 (patch) | |
tree | b80a158cde971908ead6d89f7ed75c82b736992f /Tools | |
parent | fe55ff3f68d56e11526652a21d8fe27444f96224 (diff) | |
download | cpython-dd36b71fa6164ebba5d94bb4a24eac43b1c54906.zip cpython-dd36b71fa6164ebba5d94bb4a24eac43b1c54906.tar.gz cpython-dd36b71fa6164ebba5d94bb4a24eac43b1c54906.tar.bz2 |
gh-81057: Move the Extension Modules Cache to _PyRuntimeState (gh-99355)
We also move the closely related max_module_number and add comments documenting the group of struct members.
https://github.com/python/cpython/issues/81057
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/c-analyzer/cpython/globals-to-fix.tsv | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/c-analyzer/cpython/globals-to-fix.tsv b/Tools/c-analyzer/cpython/globals-to-fix.tsv index 4cd29a8..bb05a2c 100644 --- a/Tools/c-analyzer/cpython/globals-to-fix.tsv +++ b/Tools/c-analyzer/cpython/globals-to-fix.tsv @@ -317,7 +317,6 @@ Python/hamt.c - _empty_hamt - # state Objects/typeobject.c resolve_slotdups pname - -Python/import.c - extensions - ################################## @@ -449,7 +448,6 @@ Python/getargs.c - static_arg_parsers - Objects/dictobject.c - _pydict_global_version - Objects/dictobject.c - next_dict_keys_version - Objects/funcobject.c - next_func_version - -Objects/moduleobject.c - max_module_number - Objects/object.c - _Py_RefTotal - Python/perf_trampoline.c - perf_status - Python/perf_trampoline.c - extra_code_index - |