mirror of https://github.com/python/cpython
f531b6879b
As we consolidate global variables, we find some objects that are almost suitable to add to _PyRuntimeState.global_objects, but have some small/sneaky bit of per-interpreter state (e.g. a weakref list). We're adding PyInterpreterState.static_objects so we can move such objects there. (We'll removed the _not_used field once we've added others.) https://github.com/python/cpython/issues/81057 |
||
---|---|---|
.. | ||
check_extension_modules.py | ||
deepfreeze.py | ||
freeze_modules.py | ||
generate_global_objects.py | ||
generate_levenshtein_examples.py | ||
generate_opcode_h.py | ||
generate_re_casefix.py | ||
generate_sre_constants.py | ||
generate_stdlib_module_names.py | ||
generate_token.py | ||
parse_html5_entities.py | ||
smelly.py | ||
stable_abi.py | ||
umarshal.py | ||
update_file.py | ||
verify_ensurepip_wheels.py |