mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
![]() Up until now we had a single generated initializer macro for all the statically declared global objects in _PyRuntimeState, including several one-offs (e.g. the empty tuple). The one-offs don't need to be generated, but were because we had one big initializer. Having separate initializers for set of generated global objects allows us to generate only the ones we need to. This allows us to add initializers for one-off global objects without having to generate them. 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 |