1313
1414# Build system
1515configure * @ erlend-aasland @ corona10
16+ Makefile.pre.in @ erlend-aasland
17+ Modules /Setup * @ erlend-aasland
1618
1719# asyncio
1820** /* asyncio * @ 1st1 @ asvetlov @ gvanrossum @ kumaraditya303 @ willingc
@@ -29,19 +31,23 @@ Objects/type* @markshannon
2931Objects /codeobject.c @ markshannon
3032Objects /frameobject.c @ markshannon
3133Objects /call.c @ markshannon
32- Python /ceval * .c @ markshannon @ gvanrossum
33- Python /ceval * .h @ markshannon @ gvanrossum
34+ Python /ceval * .c @ markshannon
35+ Python /ceval * .h @ markshannon
3436Python /compile.c @ markshannon @ iritkatriel
3537Python /assemble.c @ markshannon @ iritkatriel
3638Python /flowgraph.c @ markshannon @ iritkatriel
39+ Python /instruction_sequence.c @ iritkatriel
3740Python /ast_opt.c @ isidentical
38- Python /bytecodes.c @ markshannon @ gvanrossum
39- Python /optimizer * .c @ markshannon @ gvanrossum
41+ Python /bytecodes.c @ markshannon
42+ Python /optimizer * .c @ markshannon
4043Python /optimizer_analysis.c @ Fidget-Spinner
4144Python /optimizer_bytecodes.c @ Fidget-Spinner
45+ Python /symtable.c @ JelleZijlstra @ carljm
46+ Lib /_pyrepl /* @ pablogsal @ lysnikolaou @ ambv
4247Lib /test /test_patma.py @ brandtbucher
4348Lib /test /test_type_ * .py @ JelleZijlstra
44- Lib /test /test_capi /test_misc.py @ markshannon @ gvanrossum
49+ Lib /test /test_capi /test_misc.py @ markshannon
50+ Lib /test /test_pyrepl /* @ pablogsal @ lysnikolaou @ ambv
4551Tools /c-analyzer / @ ericsnowcurrently
4652
4753# dbm
@@ -72,11 +78,8 @@ Programs/python.c @ericsnowcurrently
7278Tools /build /generate_global_objects.py @ ericsnowcurrently
7379
7480# Exceptions
75- Lib /traceback.py @ iritkatriel
7681Lib /test /test_except * .py @ iritkatriel
77- Lib /test /test_traceback.py @ iritkatriel
7882Objects /exceptions.c @ iritkatriel
79- Python /traceback.c @ iritkatriel
8083
8184# Hashing
8285** /* hashlib * @ gpshead @ tiran
@@ -150,13 +153,13 @@ Include/internal/pycore_time.h @pganssle @abalkin
150153/Lib /test /test_tokenize.py @ pablogsal @ lysnikolaou
151154
152155# Code generator
153- /Tools /cases_generator / @ gvanrossum
156+ /Tools /cases_generator / @ markshannon
154157
155158# AST
156- Python /ast.c @ isidentical
157- Parser /asdl.py @ isidentical
158- Parser /asdl_c.py @ isidentical
159- Lib /ast.py @ isidentical
159+ Python /ast.c @ isidentical @ JelleZijlstra
160+ Parser /asdl.py @ isidentical @ JelleZijlstra
161+ Parser /asdl_c.py @ isidentical @ JelleZijlstra
162+ Lib /ast.py @ isidentical @ JelleZijlstra
160163
161164# Mock
162165/Lib /unittest /mock.py @ cjw296
@@ -173,6 +176,10 @@ Lib/ast.py @isidentical
173176/Lib /test /test_subprocess.py @ gpshead
174177/Modules /* subprocess * @ gpshead
175178
179+ # debugger
180+ ** /* pdb * @ gaogaotiantian
181+ ** /* bdb * @ gaogaotiantian
182+
176183# Limited C API & stable ABI
177184Tools /build /stable_abi.py @ encukou
178185Misc /stable_abi.toml @ encukou
@@ -194,7 +201,6 @@ Doc/c-api/stable.rst @encukou
194201** /* itertools * @ rhettinger
195202** /* collections * @ rhettinger
196203** /* random * @ rhettinger
197- ** /* queue * @ rhettinger
198204** /* bisect * @ rhettinger
199205** /* heapq * @ rhettinger
200206** /* functools * @ rhettinger
@@ -205,6 +211,7 @@ Doc/c-api/stable.rst @encukou
205211** /* ensurepip * @ pfmoore @ pradyunsg
206212
207213** /* idlelib * @ terryjreedy
214+ /Doc /library /idle.rst @ terryjreedy
208215
209216** /* typing * @ JelleZijlstra @ AlexWaygood
210217
@@ -240,7 +247,7 @@ Doc/howto/clinic.rst @erlend-aasland
240247** /* interpreteridobject. * @ ericsnowcurrently
241248** /* crossinterp * @ ericsnowcurrently
242249Lib /test /support /interpreters / @ ericsnowcurrently
243- Modules /_xx * interp * module.c @ ericsnowcurrently
250+ Modules /_interp * module.c @ ericsnowcurrently
244251Lib /test /test_interpreters / @ ericsnowcurrently
245252
246253# Android
0 commit comments