https://github.com/python/cpython/commit/4ae50615d2beef0f93d904ccbce44bbf7500b94a commit: 4ae50615d2beef0f93d904ccbce44bbf7500b94a branch: main author: Savannah Ostrowski <[email protected]> committer: savannahostrowski <[email protected]> date: 2024-11-13T15:45:08-08:00 summary:
Add Savannah to CODEOWNERS for argparse and the JIT (#126814) Add Savannah to CODEOWNERS files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9162f9c7bb1576..669844854b2fe5 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
