diff options
author | Mark Shannon <mark@hotpy.org> | 2020-10-23 12:05:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 12:05:48 (GMT) |
commit | 780151479f6f417838fc9e797864cf0b807604a9 (patch) | |
tree | 077b1cb4fb98aa9520908e8e7bd7ce8becb397f7 /.github | |
parent | da6f098188c9825f10ae60db8987056b3a54c2e8 (diff) | |
download | cpython-780151479f6f417838fc9e797864cf0b807604a9.zip cpython-780151479f6f417838fc9e797864cf0b807604a9.tar.gz cpython-780151479f6f417838fc9e797864cf0b807604a9.tar.bz2 |
Add Mark Shannon to CODEOWNERS. (#22914)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5b8662c..8c76f54 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 |