Skip to content

Commit f92bb1f

Browse files
committed
pythongh-103326: Remove Python/importlib.h
1 parent efb0a2c commit f92bb1f

File tree

6 files changed

+1
-1791
lines changed

6 files changed

+1
-1791
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ Python/traceback.c @iritkatriel
6161
/Tools/build/parse_html5_entities.py @ezio-melotti
6262

6363
# Import (including importlib).
64-
# Ignoring importlib.h so as to not get flagged on
65-
# all pull requests that change the emitted
66-
# bytecode.
6764
**/*import*.c @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
6865
**/*import*.py @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
6966
**/*importlib/resources/* @jaraco @warsaw @FFY00

Programs/_freeze_module.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* This is built as a stand-alone executable by the Makefile, and helps turn
2-
modules into frozen modules (like Lib/importlib/_bootstrap.py
3-
into Python/importlib.h).
2+
modules into frozen modules.
43
54
This is used directly by Tools/build/freeze_modules.py, and indirectly by "make regen-frozen".
65

0 commit comments

Comments
 (0)