mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
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.).
This commit is contained in:
parent
f190eb59e6
commit
811b2878df
1 changed files with 7 additions and 2 deletions
9
.github/CODEOWNERS
vendored
9
.github/CODEOWNERS
vendored
|
|
@ -14,8 +14,13 @@
|
|||
**/*hashlib* @python/crypto-team
|
||||
**/*pyhash* @python/crypto-team
|
||||
|
||||
# Import (including importlib)
|
||||
**/*import* @python/import-team
|
||||
# Import (including importlib).
|
||||
# Ignoring importlib.h so as to not get flagged on
|
||||
# all pull requests that change the the emitted
|
||||
# bytecode.
|
||||
**/*import*.c @python/import-team
|
||||
**/*import*.py @python/import-team
|
||||
|
||||
|
||||
# SSL
|
||||
**/*ssl* @python/crypto-team
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue