8000 Ignore importlib.h for automatic review requests from the import team… · python/cpython@811b287 · GitHub
[go: up one dir, main page]

Skip to content

Commit 811b287

Browse files
authored
Ignore importlib.h for automatic review requests from the import team. (GH-5087)
Otherwise the import team gets flagged for reviews any time the bytecode for importlib.h changes (e.g new bytecode, optimizations, etc.).
1 parent f190eb5 commit 811b287

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/CODEOWNERS

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@
1414
**/*hashlib* @python/crypto-team
1515
**/*pyhash* @python/crypto-team
1616

17-
# Import (including importlib)
18-
**/*import* @python/import-team
17+
# Import (including importlib).
18+
# Ignoring importlib.h so as to not get flagged on
19+
# all pull requests that change the the emitted
20+
# bytecode.
21+
**/*import*.c @python/import-team
22+
**/*import*.py @python/import-team
23+
1924

2025
# SSL
2126
**/*ssl* @python/crypto-team

0 commit comments

Comments
 (0)
0