summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSavannah Ostrowski <savannahostrowski@gmail.com>2024-11-13 23:45:08 (GMT)
committerGitHub <noreply@github.com>2024-11-13 23:45:08 (GMT)
commit4ae50615d2beef0f93d904ccbce44bbf7500b94a (patch)
treee43842734ea46cb5fc65658d8ac26351ee13b0ff /.github
parentfd4b5453df74e249987553b12c14ad75fafa4991 (diff)
downloadcpython-4ae50615d2beef0f93d904ccbce44bbf7500b94a.zip
cpython-4ae50615d2beef0f93d904ccbce44bbf7500b94a.tar.gz
cpython-4ae50615d2beef0f93d904ccbce44bbf7500b94a.tar.bz2
Add Savannah to CODEOWNERS for argparse and the JIT (#126814)
Add Savannah to CODEOWNERS
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 9162f9c..6698448 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -16,6 +16,9 @@ configure* @erlend-aasland @corona10
Makefile.pre.in @erlend-aasland
Modules/Setup* @erlend-aasland
+# argparse
+**/*argparse* @savannahostrowski
+
# asyncio
**/*asyncio* @1st1 @asvetlov @kumaraditya303 @willingc
@@ -23,7 +26,7 @@ Modules/Setup* @erlend-aasland
**/*context* @1st1
**/*genobject* @markshannon
**/*hamt* @1st1
-**/*jit* @brandtbucher
+**/*jit* @brandtbucher @savannahostrowski
Objects/set* @rhettinger
Objects/dict* @methane @markshannon
Objects/typevarobject.c @JelleZijlstra