cpython/Tools/build
Eric Snow f531b6879b
gh-81057: Add PyInterpreterState.static_objects (gh-99397)
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
2022-11-11 14:24:18 -07:00
..
check_extension_modules.py gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00
deepfreeze.py GH-98686: Quicken everything (GH-98687) 2022-11-02 10:42:57 -07:00
freeze_modules.py gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00
generate_global_objects.py gh-81057: Add PyInterpreterState.static_objects (gh-99397) 2022-11-11 14:24:18 -07:00
generate_levenshtein_examples.py gh-99016: Make build scripts compatible with Python 3.8 (GH-99017) 2022-11-02 20:30:09 +02:00
generate_opcode_h.py gh-99016: Make build scripts compatible with Python 3.8 (GH-99017) 2022-11-02 20:30:09 +02:00
generate_re_casefix.py gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00
generate_sre_constants.py gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00
generate_stdlib_module_names.py gh-98627: Add the _testsinglephase Module (gh-99039) 2022-11-08 09:58:11 -07:00
generate_token.py gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00
parse_html5_entities.py gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00
smelly.py gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00
stable_abi.py gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00
umarshal.py gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00
update_file.py gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00
verify_ensurepip_wheels.py gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00