]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45020: Drop the frozen .h files from the repo. (gh-28375)
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 16 Sep 2021 01:15:26 +0000 (19:15 -0600)
committerGitHub <noreply@github.com>
Thu, 16 Sep 2021 01:15:26 +0000 (19:15 -0600)
commita9757bf34d8b4cb3c24bbb70d50a06c815e2e8f3
tree990fa427612a87c7951c67133575d50627f42107
parenta75a2577259a55d816de24a4cca16aad74e02aa5
bpo-45020: Drop the frozen .h files from the repo. (gh-28375)

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.

https://bugs.python.org/issue45020
16 files changed:
.gitignore
PCbuild/_freeze_module.vcxproj
PCbuild/_freeze_module.vcxproj.filters
Python/frozen_modules/MANIFEST [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