From: Jelle Zijlstra Date: Thu, 6 Jun 2024 16:25:05 +0000 (-0700) Subject: CODEOWNERS: Add myself to symtable and AST (#120139) X-Git-Tag: v3.14.0a1~1582 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d50a7c478feb4037e65fcaea453d9ecc00259dd9;p=thirdparty%2FPython%2Fcpython.git CODEOWNERS: Add myself to symtable and AST (#120139) Co-authored-by: Carl Meyer --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ca5c8aaa3a0b..c7021b3c2a4c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -40,6 +40,7 @@ Python/bytecodes.c @markshannon Python/optimizer*.c @markshannon Python/optimizer_analysis.c @Fidget-Spinner Python/optimizer_bytecodes.c @Fidget-Spinner +Python/symtable.c @JelleZijlstra @carljm Lib/_pyrepl/* @pablogsal @lysnikolaou @ambv Lib/test/test_patma.py @brandtbucher Lib/test/test_type_*.py @JelleZijlstra @@ -153,10 +154,10 @@ Include/internal/pycore_time.h @pganssle @abalkin /Tools/cases_generator/ @markshannon # AST -Python/ast.c @isidentical -Parser/asdl.py @isidentical -Parser/asdl_c.py @isidentical -Lib/ast.py @isidentical +Python/ast.c @isidentical @JelleZijlstra +Parser/asdl.py @isidentical @JelleZijlstra +Parser/asdl_c.py @isidentical @JelleZijlstra +Lib/ast.py @isidentical @JelleZijlstra # Mock /Lib/unittest/mock.py @cjw296