]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH: Add isidentical to the CODEOWNERS (GH-23923)
authorBatuhan Taskaya <isidentical@gmail.com>
Thu, 24 Dec 2020 11:30:46 +0000 (14:30 +0300)
committerGitHub <noreply@github.com>
Thu, 24 Dec 2020 11:30:46 +0000 (14:30 +0300)
.github/CODEOWNERS

index 8c76f54af5504a93951061929485470b09e2b7e3..19ac3aac713fca0ecbb2f097cf1dd763aeadf209 100644 (file)
@@ -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