]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47146: Stop Depending On regen-deepfreeze For regen-global-objects (gh-32218)
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 31 Mar 2022 20:29:52 +0000 (14:29 -0600)
committerGitHub <noreply@github.com>
Thu, 31 Mar 2022 20:29:52 +0000 (14:29 -0600)
commite7bb7c2f047b4f97e4426c42ae209c969808069d
tree3fb12173f89ba46ac4a19c24962864181b942de3
parent74b95d86e0f14603f878c4df3133bc8a93f8f80a
bpo-47146: Stop Depending On regen-deepfreeze For regen-global-objects (gh-32218)

This effectively reverts the Makefile change in gh-31637. I've added some notes so it is more clear what is going on.

We also update the "Check if generated files are up to date" job to run "make regen-deepfreeze" to ensure "make regen-global-objects" catches deepfreeze.c.

https://bugs.python.org/issue47146
.github/workflows/build.yml
Makefile.pre.in
Tools/scripts/freeze_modules.py