gh-103326: Remove Python/importlib.h (GH-103331)

Co-authored-by: Brett Cannon <brett@python.org>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Nikita Sobolev 2023-04-12 21:27:14 +03:00 committed by GitHub
parent 52f96d3ea3
commit 7f3c106503
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 1793 deletions

View file

@ -1,6 +1,5 @@
/* This is built as a stand-alone executable by the Makefile, and helps turn
modules into frozen modules (like Lib/importlib/_bootstrap.py
into Python/importlib.h).
modules into frozen modules.
This is used directly by Tools/build/freeze_modules.py, and indirectly by "make regen-frozen".