]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45020: Fix some corner cases for frozen module generation. (gh-28538)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 24 Sep 2021 20:35:47 +0000 (14:35 -0600)
committerGitHub <noreply@github.com>
Fri, 24 Sep 2021 20:35:47 +0000 (14:35 -0600)
commit7c801e0fa603b155eab3fd19698aa90854ac5a7b
treeb949ff73ff706412848c8c3a2f67c85fa105716c
parentbfe26bbad787c124f0ce144cff1b513ef9d2dc9c
bpo-45020: Fix some corner cases for frozen module generation. (gh-28538)

This also includes some cleanup in preparation for a PR to make the "make all" output less noisy.

https://bugs.python.org/issue45020
Makefile.pre.in
PCbuild/_freeze_module.vcxproj
Python/frozen.c
Tools/scripts/freeze_modules.py
Tools/scripts/update_file.py