]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46541: Generate the global objects initializer. (gh-30941)
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 27 Jan 2022 18:06:09 +0000 (11:06 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Jan 2022 18:06:09 +0000 (11:06 -0700)
commit247480a21cb165efdacc346a2d589dfc27e18283
tree1c7b57e6ed3f527000d8440138483f7b299eb4de
parent183f8d57fa5959e7578e7f470edc364edb23caca
bpo-46541: Generate the global objects initializer. (gh-30941)

This change is a prerequisite for generating code for other global objects (like strings in gh-30928).

(We borrowed some code from Tools/scripts/deepfreeze.py.)

https://bugs.python.org/issue46541
Include/internal/pycore_runtime_init.h
Makefile.pre.in
Tools/scripts/generate_global_objects.py [new file with mode: 0644]