]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add Mark Shannon to CODEOWNERS. (#22914)
authorMark Shannon <mark@hotpy.org>
Fri, 23 Oct 2020 12:05:48 +0000 (13:05 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Oct 2020 12:05:48 +0000 (13:05 +0100)
.github/CODEOWNERS

index 5b8662cfe09218d00e52d83c581ecd21b48bcf96..8c76f54af5504a93951061929485470b09e2b7e3 100644 (file)
@@ -9,10 +9,16 @@
 
 # Core
 **/*context*                  @1st1
-**/*genobject*                @1st1
+**/*genobject*                @1st1 @markshannon
 **/*hamt*                     @1st1
 Objects/set*                  @rhettinger
-Objects/dict*                 @methane
+Objects/dict*                 @methane @markshannon
+Objects/type*                 @markshannon
+Objects/codeobject.c          @markshannon
+Objects/frameobject.c         @markshannon
+Objects/call.c                @markshannon
+Python/ceval.c                @markshannon
+Python/compile.c              @markshannon
 
 # Hashing
 **/*hashlib*                  @python/crypto-team @tiran