mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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:
parent
52f96d3ea3
commit
7f3c106503
6 changed files with 2 additions and 1793 deletions
|
@ -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".
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue