Skip to content

Commit 7f3c106

Browse files
sobolevnbrettcannonhugovk
authored
gh-103326: Remove Python/importlib.h (GH-103331)
Co-authored-by: Brett Cannon <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 52f96d3 commit 7f3c106

File tree

6 files changed

+2
-1793
lines changed

6 files changed

+2
-1793
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,7 @@ 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.
67-
**/*import*.c @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
68-
**/*import*.py @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
64+
**/*import* @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
6965
**/*importlib/resources/* @jaraco @warsaw @FFY00
7066
**/importlib/metadata/* @jaraco @warsaw
7167

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)