]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45020: Drop the frozen .h files from the repo. (gh-28392)
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 16 Sep 2021 20:20:52 +0000 (14:20 -0600)
committerGitHub <noreply@github.com>
Thu, 16 Sep 2021 20:20:52 +0000 (14:20 -0600)
commitfdc6b3d9316501d2f0068a1bf4334debc1949e62
tree3dc3ff7d35f0ad4b8d4b2464c28b192a014dcceb
parenta59ede244714455aa9ee8637608e019a20fa2ca6
bpo-45020: Drop the frozen .h files from the repo. (gh-28392)

The main advantage is that the files will no longer show up in diffs and PRs. That means, for a PR, the number of files / lines changed will more clearly reflect the actual change.  (This is essentially an un-revert of gh-28375.)

https://bugs.python.org/issue45020
17 files changed:
.gitignore
Makefile.pre.in
PCbuild/_freeze_module.vcxproj
PCbuild/_freeze_module.vcxproj.filters
Python/frozen_modules/__hello__.h [deleted file]
Python/frozen_modules/_collections_abc.h [deleted file]
Python/frozen_modules/_sitebuiltins.h [deleted file]
Python/frozen_modules/abc.h [deleted file]
Python/frozen_modules/genericpath.h [deleted file]
Python/frozen_modules/importlib__bootstrap.h [deleted file]
Python/frozen_modules/importlib__bootstrap_external.h [deleted file]
Python/frozen_modules/io.h [deleted file]
Python/frozen_modules/ntpath.h [deleted file]
Python/frozen_modules/posixpath.h [deleted file]
Python/frozen_modules/stat.h [deleted file]
Python/frozen_modules/zipimport.h [deleted file]
Tools/scripts/freeze_modules.py