@@ -29,19 +29,23 @@ Objects/type* @markshannon
2929Objects /codeobject.c @ markshannon
3030Objects /frameobject.c @ markshannon
3131Objects /call.c @ markshannon
32- Python /ceval * .c @ markshannon @ gvanrossum
33- Python /ceval * .h @ markshannon @ gvanrossum
32+ Python /ceval * .c @ markshannon
33+ Python /ceval * .h @ markshannon
3434Python /compile.c @ markshannon @ iritkatriel
3535Python /assemble.c @ markshannon @ iritkatriel
3636Python /flowgraph.c @ markshannon @ iritkatriel
37+ Python /instruction_sequence.c @ iritkatriel
3738Python /ast_opt.c @ isidentical
38- Python /bytecodes.c @ markshannon @ gvanrossum
39- Python /optimizer * .c @ markshannon @ gvanrossum
39+ Python /bytecodes.c @ markshannon
40+ Python /optimizer * .c @ markshannon
4041Python /optimizer_analysis.c @ Fidget-Spinner
4142Python /optimizer_bytecodes.c @ Fidget-Spinner
43+ Python /symtable.c @ JelleZijlstra @ carljm
44+ Lib /_pyrepl /* @ pablogsal @ lysnikolaou @ ambv
4245Lib /test /test_patma.py @ brandtbucher
4346Lib /test /test_type_ * .py @ JelleZijlstra
44- Lib /test /test_capi /test_misc.py @ markshannon @ gvanrossum
47+ Lib /test /test_capi /test_misc.py @ markshannon
48+ Lib /test /test_pyrepl /* @ pablogsal @ lysnikolaou @ ambv
4549Tools /c-analyzer / @ ericsnowcurrently
4650
4751# dbm
@@ -72,11 +76,8 @@ Programs/python.c @ericsnowcurrently
7276Tools /build /generate_global_objects.py @ ericsnowcurrently
7377
7478# Exceptions
75- Lib /traceback.py @ iritkatriel
7679Lib /test /test_except * .py @ iritkatriel
77- Lib /test /test_traceback.py @ iritkatriel
7880Objects /exceptions.c @ iritkatriel
79- Python /traceback.c @ iritkatriel
8081
8182# Hashing
8283** /* hashlib * @ gpshead @ tiran
@@ -150,13 +151,13 @@ Include/internal/pycore_time.h @pganssle @abalkin
150151/Lib /test /test_tokenize.py @ pablogsal @ lysnikolaou
151152
152153# Code generator
153- /Tools /cases_generator / @ gvanrossum
154+ /Tools /cases_generator / @ markshannon
154155
155156# AST
156- Python /ast.c @ isidentical
157- Parser /asdl.py @ isidentical
158- Parser /asdl_c.py @ isidentical
159- Lib /ast.py @ isidentical
157+ Python /ast.c @ isidentical @ JelleZijlstra
158+ Parser /asdl.py @ isidentical @ JelleZijlstra
159+ Parser /asdl_c.py @ isidentical @ JelleZijlstra
160+ Lib /ast.py @ isidentical @ JelleZijlstra
160161
161162# Mock
162163/Lib /unittest /mock.py @ cjw296
@@ -173,6 +174,10 @@ Lib/ast.py @isidentical
173174/Lib /test /test_subprocess.py @ gpshead
174175/Modules /* subprocess * @ gpshead
175176
177+ # debugger
178+ ** /* pdb * @ gaogaotiantian
179+ ** /* bdb * @ gaogaotiantian
180+
176181# Limited C API & stable ABI
177182Tools /build /stable_abi.py @ encukou
178183Misc /stable_abi.toml @ encukou
0 commit comments