summaryrefslogtreecommitdiffstats
path: root/Programs
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2023-04-12 18:27:14 (GMT)
committerGitHub <noreply@github.com>2023-04-12 18:27:14 (GMT)
commit7f3c10650385907b5a2234edb2b1334cafd47a0a (patch)
tree27edc54fa94fb6eb2c2911543d8e3ba4e45995cc /Programs
parent52f96d3ea39fea4c16e26b7b10bd2db09726bd7c (diff)
downloadcpython-7f3c10650385907b5a2234edb2b1334cafd47a0a.zip
cpython-7f3c10650385907b5a2234edb2b1334cafd47a0a.tar.gz
cpython-7f3c10650385907b5a2234edb2b1334cafd47a0a.tar.bz2
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>
Diffstat (limited to 'Programs')
-rw-r--r--Programs/_freeze_module.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Programs/_freeze_module.c b/Programs/_freeze_module.c
index 90fc2dc..e55f1d5 100644
--- a/Programs/_freeze_module.c
+++ b/Programs/_freeze_module.c
@@ -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".