summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorBatuhan Taskaya <isidentical@gmail.com>2020-12-24 11:30:46 (GMT)
committerGitHub <noreply@github.com>2020-12-24 11:30:46 (GMT)
commita9ef95b811296604d577e241c9adebf4d8ef99ae (patch)
tree45d835a8398c71c6500d9d2504d4cf418243f24b /.github/CODEOWNERS
parent73607be68668ab7f4bee53507c8dc7b5a46c9cb4 (diff)
downloadcpython-a9ef95b811296604d577e241c9adebf4d8ef99ae.zip
cpython-a9ef95b811296604d577e241c9adebf4d8ef99ae.tar.gz
cpython-a9ef95b811296604d577e241c9adebf4d8ef99ae.tar.bz2
GH: Add isidentical to the CODEOWNERS (GH-23923)
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 8c76f54..19ac3aa 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