summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS10
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