@@ -16,14 +16,17 @@ configure*                    @erlend-aasland @corona10
1616Makefile.pre.in                @ erlend-aasland 
1717Modules /Setup *                 @ erlend-aasland 
1818
19+ #  argparse
20+ ** /* argparse *                  @ savannahostrowski 
21+ 
1922#  asyncio
20- ** /* asyncio *                   @ 1st1  @ asvetlov  @ gvanrossum   @ kumaraditya303  @ willingc 
23+ ** /* asyncio *                   @ 1st1  @ asvetlov  @ kumaraditya303  @ willingc 
2124
2225#  Core
2326** /* context *                   @ 1st1 
2427** /* genobject *                 @ markshannon 
2528** /* hamt *                      @ 1st1 
26- ** /* jit *                       @ brandtbucher 
29+ ** /* jit *                       @ brandtbucher   @ savannahostrowski 
2730Objects /set *                   @ rhettinger 
2831Objects /dict *                  @ methane  @ markshannon 
2932Objects /typevarobject.c        @ JelleZijlstra 
@@ -33,11 +36,11 @@ Objects/frameobject.c         @markshannon
3336Objects /call.c                 @ markshannon 
3437Python /ceval * .c                @ markshannon 
3538Python /ceval * .h                @ markshannon 
39+ Python /codegen.c               @ markshannon  @ iritkatriel 
3640Python /compile.c               @ markshannon  @ iritkatriel 
3741Python /assemble.c              @ markshannon  @ iritkatriel 
3842Python /flowgraph.c             @ markshannon  @ iritkatriel 
3943Python /instruction_sequence.c  @ iritkatriel 
40- Python /ast_opt.c               @ isidentical 
4144Python /bytecodes.c             @ markshannon 
4245Python /optimizer * .c            @ markshannon 
4346Python /optimizer_analysis.c    @ Fidget-Spinner 
@@ -78,6 +81,17 @@ Programs/_bootstrap_python.c  @ericsnowcurrently
7881Programs /python.c              @ ericsnowcurrently 
7982Tools /build /generate_global_objects.py   @ ericsnowcurrently 
8083
84+ #  Initialization
85+ Doc /library /sys_path_init.rst  @ FFY00 
86+ Doc /c-api /init_config.rst      @ FFY00 
87+ 
88+ #  getpath
89+ ** /* getpath *                   @ FFY00 
90+ 
91+ #  site
92+ ** /* site.py                    @ FFY00 
93+ Doc /library /site.rst           @ FFY00 
94+ 
8195#  Exceptions
8296Lib /test /test_except * .py       @ iritkatriel 
8397Objects /exceptions.c           @ iritkatriel 
@@ -88,14 +102,13 @@ Objects/exceptions.c          @iritkatriel
88102** /sha *                        @ gpshead  @ tiran 
89103Modules /md5 *                   @ gpshead  @ tiran 
90104** /* blake *                     @ gpshead  @ tiran 
91- Modules /_blake2 /**             @ gpshead  @ tiran 
92105Modules /_hacl /**               @ gpshead 
93106
94107#  logging
95108** /* logging *                   @ vsajip 
96109
97110#  venv
98- ** /* venv *                      @ vsajip 
111+ ** /* venv *                      @ vsajip   @ FFY00 
99112
100113#  Launcher
101114/PC /launcher.c                 @ vsajip 
@@ -157,10 +170,12 @@ Include/internal/pycore_time.h  @pganssle @abalkin
157170/Tools /cases_generator /        @ markshannon 
158171
159172#  AST
160- Python /ast.c                   @ isidentical  @ JelleZijlstra 
161- Parser /asdl.py                 @ isidentical  @ JelleZijlstra 
162- Parser /asdl_c.py               @ isidentical  @ JelleZijlstra 
163- Lib /ast.py                     @ isidentical  @ JelleZijlstra 
173+ Python /ast.c                   @ isidentical  @ JelleZijlstra  @ eclips4 
174+ Python /ast_opt.c               @ isidentical  @ eclips4 
175+ Parser /asdl.py                 @ isidentical  @ JelleZijlstra  @ eclips4 
176+ Parser /asdl_c.py               @ isidentical  @ JelleZijlstra  @ eclips4 
177+ Lib /ast.py                     @ isidentical  @ JelleZijlstra  @ eclips4 
178+ Lib /test /test_ast /            @ eclips4 
164179
165180#  Mock
166181/Lib /unittest /mock.py          @ cjw296 
@@ -205,7 +220,6 @@ Doc/c-api/stable.rst          @encukou
205220** /* bisect *                    @ rhettinger 
206221** /* heapq *                     @ rhettinger 
207222** /* functools *                 @ rhettinger 
208- ** /* decimal *                   @ rhettinger 
209223
210224** /* dataclasses *               @ ericvsmith 
211225
@@ -254,8 +268,8 @@ Modules/_interp*module.c      @ericsnowcurrently
254268Lib /test /test_interpreters /   @ ericsnowcurrently 
255269
256270#  Android
257- ** /* Android *                   @ mhsmith 
258- ** /* android *                   @ mhsmith 
271+ ** /* Android *                   @ mhsmith   @ freakboy3742 
272+ ** /* android *                   @ mhsmith   @ freakboy3742 
259273
260274#  iOS (but not termios)
261275** /iOS *                        @ freakboy3742 
@@ -266,7 +280,7 @@ Lib/test/test_interpreters/   @ericsnowcurrently
266280** /* -ios *                      @ freakboy3742 
267281
268282#  WebAssembly
269- /Tools /wasm /                  @ brettcannon 
283+ /Tools /wasm /                  @ brettcannon   @ freakboy3742 
270284
271285#  SBOM
272286/Misc /externals.spdx.json      @ sethmlarson 
@@ -279,3 +293,5 @@ Lib/test/test_configparser.py @jaraco
279293
280294#  Doc sections
281295Doc /reference /                @ willingc 
296+ 
297+ ** /* weakref *                   @ kumaraditya303 
0 commit comments