Skip to content

Commit d50a7c4

Browse files
CODEOWNERS: Add myself to symtable and AST (#120139)
Co-authored-by: Carl Meyer <[email protected]>
1 parent 78634cf commit d50a7c4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Python/bytecodes.c @markshannon
4040
Python/optimizer*.c @markshannon
4141
Python/optimizer_analysis.c @Fidget-Spinner
4242
Python/optimizer_bytecodes.c @Fidget-Spinner
43+
Python/symtable.c @JelleZijlstra @carljm
4344
Lib/_pyrepl/* @pablogsal @lysnikolaou @ambv
4445
Lib/test/test_patma.py @brandtbucher
4546
Lib/test/test_type_*.py @JelleZijlstra
@@ -153,10 +154,10 @@ Include/internal/pycore_time.h @pganssle @abalkin
153154
/Tools/cases_generator/ @markshannon
154155

155156
# AST
156-
Python/ast.c @isidentical
157-
Parser/asdl.py @isidentical
158-
Parser/asdl_c.py @isidentical
159-
Lib/ast.py @isidentical
157+
Python/ast.c @isidentical @JelleZijlstra
158+
Parser/asdl.py @isidentical @JelleZijlstra
159+
Parser/asdl_c.py @isidentical @JelleZijlstra
160+
Lib/ast.py @isidentical @JelleZijlstra
160161

161162
# Mock
162163
/Lib/unittest/mock.py @cjw296

0 commit comments

Comments
 (0)