@@ -181,6 +181,15 @@ Tools/wasm/wasi @brettcannon
181181# Interpreter Core
182182# ----------------------------------------------------------------------------
183183
184+ # AST
185+ Lib /_ast_unparse.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
186+ Lib /ast.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
187+ Lib /test /test_ast / @ eclips4 @ tomasr8
188+ Parser /asdl.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
189+ Parser /asdl_c.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
190+ Python /ast.c @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
191+ Python /ast_preprocess.c @ isidentical @ eclips4 @ tomasr8
192+
184193# Built-in types
185194Objects /call.c @ markshannon
186195Objects /codeobject.c @ markshannon
@@ -206,19 +215,6 @@ Python/flowgraph.c @markshannon @iritkatriel
206215Python /instruction_sequence.c @ iritkatriel
207216Python /symtable.c @ JelleZijlstra @ carljm
208217
209- # Core Modules
210- ** /* bltinmodule * @ ericsnowcurrently
211- ** /* sysmodule * @ ericsnowcurrently
212-
213- # AST
214- Lib /_ast_unparse.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
215- Lib /ast.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
216- Lib /test /test_ast / @ eclips4 @ tomasr8
217- Parser /asdl.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
218- Parser /asdl_c.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
219- Python /ast.c @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
220- Python /ast_preprocess.c @ isidentical @ eclips4 @ tomasr8
221-
222218# Context variables & HAMT
223219** /contextvars * @ 1st1
224220** /* hamt * @ 1st1
@@ -227,6 +223,10 @@ Include/internal/pycore_context.h @1st1
227223Lib /test /test_context.py @ 1st1
228224Python /context.c @ 1st1
229225
226+ # Core Modules
227+ ** /* bltinmodule * @ ericsnowcurrently
228+ ** /* sysmodule * @ ericsnowcurrently
229+
230230# Exceptions
231231Lib /test /test_except * .py @ iritkatriel
232232Objects /exceptions.c @ iritkatriel
0 commit comments