]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380)
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 16 Sep 2021 05:27:38 +0000 (23:27 -0600)
committerGitHub <noreply@github.com>
Thu, 16 Sep 2021 05:27:38 +0000 (23:27 -0600)
commit9fd87a5fe5c468cf94265365091267838b004b7f
tree79cf26f39a77c83e52ac61491fe279c83a52ef35
parent07e737d002cdbf0bfee53248a652a86c9f93f02b
bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380)

gh-28375 broke one of the buildbots. Until I figure out why, I'm rolling the change back.

https://bugs.python.org/issue45020
15 files changed:
.gitignore
PCbuild/_freeze_module.vcxproj
PCbuild/_freeze_module.vcxproj.filters
Python/frozen_modules/_collections_abc.h [new file with mode: 0644]
Python/frozen_modules/_sitebuiltins.h [new file with mode: 0644]
Python/frozen_modules/abc.h [new file with mode: 0644]
Python/frozen_modules/genericpath.h [new file with mode: 0644]
Python/frozen_modules/importlib__bootstrap.h [new file with mode: 0644]
Python/frozen_modules/importlib__bootstrap_external.h [new file with mode: 0644]
Python/frozen_modules/io.h [new file with mode: 0644]
Python/frozen_modules/ntpath.h [new file with mode: 0644]
Python/frozen_modules/posixpath.h [new file with mode: 0644]
Python/frozen_modules/stat.h [new file with mode: 0644]
Python/frozen_modules/zipimport.h [new file with mode: 0644]
Tools/scripts/freeze_modules.py