@@ -28,14 +28,17 @@ Objects/type* @markshannon
28
28
Objects /codeobject.c @ markshannon
29
29
Objects /frameobject.c @ markshannon
30
30
Objects /call.c @ markshannon
31
- Python /ceval.c @ markshannon
31
+ Python /ceval * . [ ch ] @ markshannon @ gvanrossum
32
32
Python /compile.c @ markshannon @ iritkatriel
33
33
Python /assemble.c @ markshannon @ iritkatriel
34
34
Python /flowgraph.c @ markshannon @ iritkatriel
35
35
Python /ast_opt.c @ isidentical
36
+ Python /bytecodes.c @ markshannon @ gvanrossum
37
+ Python /optimizer * .c @ markshannon @ gvanrossum
36
38
Lib /test /test_patma.py @ brandtbucher
37
39
Lib /test /test_peepholer.py @ brandtbucher
38
40
Lib /test /test_type_ * .py @ JelleZijlstra
41
+ Lib /test /test_capi /test_misc.py @ markshannon @ gvanrossum
39
42
40
43
# Exceptions
41
44
Lib /traceback.py @ iritkatriel
@@ -102,6 +105,9 @@ Include/internal/pycore_time.h @pganssle @abalkin
102
105
/Lib /tokenize.py @ pablogsal @ lysnikolaou
103
106
/Lib /test /test_tokenize.py @ pablogsal @ lysnikolaou
104
107
108
+ # Code generator
109
+ /Tools /cases_generator / @ gvanrossum
110
+
105
111
# AST
106
112
Python /ast.c @ isidentical
107
113
Parser /asdl.py @ isidentical
@@ -151,7 +157,7 @@ Doc/c-api/stable.rst @encukou
151
157
152
158
** /* idlelib * @ terryjreedy
153
159
154
- ** /* typing * @ gvanrossum @ JelleZijlstra @ AlexWaygood
160
+ ** /* typing * @ JelleZijlstra @ AlexWaygood
155
161
156
162
** /* ftplib @ giampaolo
157
163
** /* shutil @ giampaolo
0 commit comments