Commit 811b2878 authored by Brett Cannon's avatar Brett Cannon Committed by GitHub

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.).
parent f190eb59
...@@ -14,8 +14,13 @@ ...@@ -14,8 +14,13 @@
**/*hashlib* @python/crypto-team **/*hashlib* @python/crypto-team
**/*pyhash* @python/crypto-team **/*pyhash* @python/crypto-team
# Import (including importlib) # Import (including importlib).
**/*import* @python/import-team # 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
**/*ssl* @python/crypto-team **/*ssl* @python/crypto-team
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment