Skip to content

Commit 0b80983

Browse files
committed
Alphabetical
1 parent 3a92f47 commit 0b80983

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.github/CODEOWNERS

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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
185194
Objects/call.c @markshannon
186195
Objects/codeobject.c @markshannon
@@ -206,19 +215,6 @@ Python/flowgraph.c @markshannon @iritkatriel
206215
Python/instruction_sequence.c @iritkatriel
207216
Python/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
227223
Lib/test/test_context.py @1st1
228224
Python/context.c @1st1
229225

226+
# Core Modules
227+
**/*bltinmodule* @ericsnowcurrently
228+
**/*sysmodule* @ericsnowcurrently
229+
230230
# Exceptions
231231
Lib/test/test_except*.py @iritkatriel
232232
Objects/exceptions.c @iritkatriel

0 commit comments

Comments
 (0)