@@ -28,14 +28,17 @@ Objects/type* @markshannon
2828Objects /codeobject.c @ markshannon
2929Objects /frameobject.c @ markshannon
3030Objects /call.c @ markshannon
31- Python /ceval.c @ markshannon
31+ Python /ceval * . [ ch ] @ markshannon @ gvanrossum
3232Python /compile.c @ markshannon @ iritkatriel
3333Python /assemble.c @ markshannon @ iritkatriel
3434Python /flowgraph.c @ markshannon @ iritkatriel
3535Python /ast_opt.c @ isidentical
36+ Python /bytecodes.c @ markshannon @ gvanrossum
37+ Python /optimizer * .c @ markshannon @ gvanrossum
3638Lib /test /test_patma.py @ brandtbucher
3739Lib /test /test_peepholer.py @ brandtbucher
3840Lib /test /test_type_ * .py @ JelleZijlstra
41+ Lib /test /test_capi /test_misc.py @ markshannon @ gvanrossum
3942
4043# Exceptions
4144Lib /traceback.py @ iritkatriel
@@ -102,6 +105,9 @@ Include/internal/pycore_time.h @pganssle @abalkin
102105/Lib /tokenize.py @ pablogsal @ lysnikolaou
103106/Lib /test /test_tokenize.py @ pablogsal @ lysnikolaou
104107
108+ # Code generator
109+ /Tools /cases_generator / @ gvanrossum
110+
105111# AST
106112Python /ast.c @ isidentical
107113Parser /asdl.py @ isidentical
@@ -151,7 +157,7 @@ Doc/c-api/stable.rst @encukou
151157
152158** /* idlelib * @ terryjreedy
153159
154- ** /* typing * @ gvanrossum @ JelleZijlstra @ AlexWaygood
160+ ** /* typing * @ JelleZijlstra @ AlexWaygood
155161
156162** /* ftplib @ giampaolo
157163** /* shutil @ giampaolo
0 commit comments