]> granicus.if.org Git - python/commitdiff
Ignore importlib.h for automatic review requests from the import team. (GH-5087)
authorBrett Cannon <brettcannon@users.noreply.github.com>
Wed, 3 Jan 2018 19:32:22 +0000 (11:32 -0800)
committerGitHub <noreply@github.com>
Wed, 3 Jan 2018 19:32:22 +0000 (11:32 -0800)
Otherwise the import team gets flagged for reviews any time the bytecode for
importlib.h changes (e.g new bytecode, optimizations, etc.).

.github/CODEOWNERS

index d751a918d0dc0646f592174f7bcf236f46599165..b42e1c93d8fbf044479b31287e054ed9a52b78b7 100644 (file)
 **/*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