@@ -28,14 +28,18 @@ Objects/type* @markshannon
2828Objects /codeobject.c @ markshannon
2929Objects /frameobject.c @ markshannon
3030Objects /call.c @ markshannon
31- Python /ceval.c @ markshannon
31+ Python /ceval * .c @ markshannon @ gvanrossum
32+ Python /ceval * .h @ markshannon @ gvanrossum
3233Python /compile.c @ markshannon @ iritkatriel
3334Python /assemble.c @ markshannon @ iritkatriel
3435Python /flowgraph.c @ markshannon @ iritkatriel
3536Python /ast_opt.c @ isidentical
37+ Python /bytecodes.c @ markshannon @ gvanrossum
38+ Python /optimizer * .c @ markshannon @ gvanrossum
3639Lib /test /test_patma.py @ brandtbucher
3740Lib /test /test_peepholer.py @ brandtbucher
3841Lib /test /test_type_ * .py @ JelleZijlstra
42+ Lib /test /test_capi /test_misc.py @ markshannon @ gvanrossum
3943
4044# Exceptions
4145Lib /traceback.py @ iritkatriel
@@ -102,6 +106,9 @@ Include/internal/pycore_time.h @pganssle @abalkin
102106/Lib /tokenize.py @ pablogsal @ lysnikolaou
103107/Lib /test /test_tokenize.py @ pablogsal @ lysnikolaou
104108
109+ # Code generator
110+ /Tools /cases_generator / @ gvanrossum
111+
105112# AST
106113Python /ast.c @ isidentical
107114Parser /asdl.py @ isidentical
@@ -151,7 +158,7 @@ Doc/c-api/stable.rst @encukou
151158
152159** /* idlelib * @ terryjreedy
153160
154- ** /* typing * @ gvanrossum @ Fidget-Spinner @ JelleZijlstra @ AlexWaygood
161+ ** /* typing * @ JelleZijlstra @ AlexWaygood
155162
156163** /* ftplib @ giampaolo
157164** /* shutil @ giampaolo
0 commit comments