From: Batuhan Taskaya Date: Thu, 24 Dec 2020 11:30:46 +0000 (+0300) Subject: GH: Add isidentical to the CODEOWNERS (GH-23923) X-Git-Tag: v3.10.0a4~91 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9ef95b811296604d577e241c9adebf4d8ef99ae;p=thirdparty%2FPython%2Fcpython.git GH: Add isidentical to the CODEOWNERS (GH-23923) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8c76f54af550..19ac3aac713f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -19,6 +19,7 @@ Objects/frameobject.c @markshannon Objects/call.c @markshannon Python/ceval.c @markshannon Python/compile.c @markshannon +Python/ast_opt.c @isidentical # Hashing **/*hashlib* @python/crypto-team @tiran @@ -84,6 +85,12 @@ Include/pytime.h @pganssle @abalkin /Lib/test/test_peg_generator/ @pablogsal @lysnikolaou /Grammar/python.gram @pablogsal @lysnikolaou +# AST +Python/ast.c @isidentical +Parser/asdl.py @isidentical +Parser/asdl_c.py @isidentical +Lib/ast.py @isidentical + # SQLite 3 **/*sqlite* @berkerpeksag