cpython/Python/frozen_modules
Eric Snow 9fd87a5fe5
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
2021-09-15 23:27:38 -06:00
..
__hello__.h bpo-45019: Clean up the frozen __hello__ module. (gh-28374) 2021-09-15 14:15:32 -06:00
_collections_abc.h bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380) 2021-09-15 23:27:38 -06:00
_sitebuiltins.h bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380) 2021-09-15 23:27:38 -06:00
abc.h bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380) 2021-09-15 23:27:38 -06:00
genericpath.h bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380) 2021-09-15 23:27:38 -06:00
importlib__bootstrap.h bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380) 2021-09-15 23:27:38 -06:00
importlib__bootstrap_external.h bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380) 2021-09-15 23:27:38 -06:00
io.h bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380) 2021-09-15 23:27:38 -06:00
ntpath.h bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380) 2021-09-15 23:27:38 -06:00
posixpath.h bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380) 2021-09-15 23:27:38 -06:00
README.txt bpo-45019: Do some cleanup related to frozen modules. (gh-28319) 2021-09-13 16:18:37 -06:00
stat.h bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380) 2021-09-15 23:27:38 -06:00
zipimport.h bpo-45020: Revert "Drop the frozen .h files from the repo." (gh-28380) 2021-09-15 23:27:38 -06:00

This directory contains the generated .h files for all the frozen
modules.  Python/frozen.c depends on these files.

Note that, other than the required frozen modules, none of these files
are committed into the repo.

See Tools/scripts/freeze_modules.py for more info.