]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add Savannah to CODEOWNERS for argparse and the JIT (#126814)
authorSavannah Ostrowski <savannahostrowski@gmail.com>
Wed, 13 Nov 2024 23:45:08 +0000 (15:45 -0800)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2024 23:45:08 +0000 (15:45 -0800)
Add Savannah to CODEOWNERS

.github/CODEOWNERS

index 9162f9c7bb1576be0fd8026c55b031f1c4906b0a..669844854b2fe5d8e853d5ae6ae937aa4767583e 100644 (file)
@@ -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