[Python-checkins] Add Mark Shannon to CODEOWNERS. (#22914)

markshannon webhook-mailer at python.org
Fri Oct 23 08:06:04 EDT 2020


https://github.com/python/cpython/commit/780151479f6f417838fc9e797864cf0b807604a9
commit: 780151479f6f417838fc9e797864cf0b807604a9
branch: master
author: Mark Shannon <mark at hotpy.org>
committer: markshannon <mark at hotpy.org>
date: 2020-10-23T13:05:48+01:00
summary:

Add Mark Shannon to CODEOWNERS. (#22914)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 5b8662cfe0921..8c76f54af5504 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -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



More information about the Python-checkins mailing list