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
@@ -34,11 +36,13 @@ 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
3841Python /bytecodes.c @ markshannon
3942Python /optimizer * .c @ markshannon
4043Python /optimizer_analysis.c @ Fidget-Spinner
4144Python /optimizer_bytecodes.c @ Fidget-Spinner
45+ Python /symtable.c @ JelleZijlstra @ carljm
4246Lib /_pyrepl /* @ pablogsal @ lysnikolaou @ ambv
4347Lib /test /test_patma.py @ brandtbucher
4448Lib /test /test_type_ * .py @ JelleZijlstra
@@ -74,11 +78,8 @@ Programs/python.c @ericsnowcurrently
7478Tools /build /generate_global_objects.py @ ericsnowcurrently
7579
7680# Exceptions
77- Lib /traceback.py @ iritkatriel
7881Lib /test /test_except * .py @ iritkatriel
79- Lib /test /test_traceback.py @ iritkatriel
8082Objects /exceptions.c @ iritkatriel
81- Python /traceback.c @ iritkatriel
8283
8384# Hashing
8485** /* hashlib * @ gpshead @ tiran
@@ -155,10 +156,10 @@ Include/internal/pycore_time.h @pganssle @abalkin
155156/Tools /cases_generator / @ markshannon
156157
157158# AST
158- Python /ast.c @ isidentical
159- Parser /asdl.py @ isidentical
160- Parser /asdl_c.py @ isidentical
161- 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
162163
163164# Mock
164165/Lib /unittest /mock.py @ cjw296
@@ -175,6 +176,10 @@ Lib/ast.py @isidentical
175176/Lib /test /test_subprocess.py @ gpshead
176177/Modules /* subprocess * @ gpshead
177178
179+ # debugger
180+ ** /* pdb * @ gaogaotiantian
181+ ** /* bdb * @ gaogaotiantian
182+
178183# Limited C API & stable ABI
179184Tools /build /stable_abi.py @ encukou
180185Misc /stable_abi.toml @ encukou
@@ -196,7 +201,6 @@ Doc/c-api/stable.rst @encukou
196201** /* itertools * @ rhettinger
197202** /* collections * @ rhettinger
198203** /* random * @ rhettinger
199- ** /* queue * @ rhettinger
200204** /* bisect * @ rhettinger
201205** /* heapq * @ rhettinger
202206** /* functools * @ rhettinger
@@ -207,6 +211,7 @@ Doc/c-api/stable.rst @encukou
207211** /* ensurepip * @ pfmoore @ pradyunsg
208212
209213** /* idlelib * @ terryjreedy
214+ /Doc /library /idle.rst @ terryjreedy
210215
211216** /* typing * @ JelleZijlstra @ AlexWaygood
212217
@@ -242,7 +247,7 @@ Doc/howto/clinic.rst @erlend-aasland
242247** /* interpreteridobject. * @ ericsnowcurrently
243248** /* crossinterp * @ ericsnowcurrently
244249Lib /test /support /interpreters / @ ericsnowcurrently
245- Modules /_xx * interp * module.c @ ericsnowcurrently
250+ Modules /_interp * module.c @ ericsnowcurrently
246251Lib /test /test_interpreters / @ ericsnowcurrently
247252
248253# Android
0 commit comments