diff options
author | Kirill Podoprigora <kirill.bast9@mail.ru> | 2024-09-23 14:16:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-23 14:16:19 (GMT) |
commit | 6ab634840c662ae07d90655e5e50ca43421da4be (patch) | |
tree | 9ee4f9411a3625a94b46ef83e835ed1959748eb6 /.github | |
parent | 9d0a75269c6ae361b1ed5910c3b3424ed93b6f6d (diff) | |
download | cpython-6ab634840c662ae07d90655e5e50ca43421da4be.zip cpython-6ab634840c662ae07d90655e5e50ca43421da4be.tar.gz cpython-6ab634840c662ae07d90655e5e50ca43421da4be.tar.bz2 |
Add Kirill Podoprigora for AST codeowners (#124302)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6e93423..680f2ed 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -38,7 +38,6 @@ Python/compile.c @markshannon @iritkatriel Python/assemble.c @markshannon @iritkatriel Python/flowgraph.c @markshannon @iritkatriel Python/instruction_sequence.c @iritkatriel -Python/ast_opt.c @isidentical Python/bytecodes.c @markshannon Python/optimizer*.c @markshannon Python/optimizer_analysis.c @Fidget-Spinner @@ -158,10 +157,12 @@ Include/internal/pycore_time.h @pganssle @abalkin /Tools/cases_generator/ @markshannon # AST -Python/ast.c @isidentical @JelleZijlstra -Parser/asdl.py @isidentical @JelleZijlstra -Parser/asdl_c.py @isidentical @JelleZijlstra -Lib/ast.py @isidentical @JelleZijlstra +Python/ast.c @isidentical @JelleZijlstra @eclips4 +Python/ast_opt.c @isidentical @eclips4 +Parser/asdl.py @isidentical @JelleZijlstra @eclips4 +Parser/asdl_c.py @isidentical @JelleZijlstra @eclips4 +Lib/ast.py @isidentical @JelleZijlstra @eclips4 +Lib/test/test_ast/ @eclips4 # Mock /Lib/unittest/mock.py @cjw296 |