[Python-checkins] GH: Add isidentical to the CODEOWNERS (GH-23923)

isidentical webhook-mailer at python.org
Thu Dec 24 06:31:18 EST 2020


https://github.com/python/cpython/commit/a9ef95b811296604d577e241c9adebf4d8ef99ae
commit: a9ef95b811296604d577e241c9adebf4d8ef99ae
branch: master
author: Batuhan Taskaya <isidentical at gmail.com>
committer: isidentical <isidentical at gmail.com>
date: 2020-12-24T14:30:46+03:00
summary:

GH: Add isidentical to the CODEOWNERS (GH-23923)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 8c76f54af5504..19ac3aac713fc 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
 



More information about the Python-checkins mailing list