mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Add Savannah to CODEOWNERS for argparse and the JIT (#126814)
Add Savannah to CODEOWNERS
This commit is contained in:
parent
fd4b5453df
commit
4ae50615d2
1 changed files with 4 additions and 1 deletions
5
.github/CODEOWNERS
vendored
5
.github/CODEOWNERS
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue