Skip to content

Commit a9ef95b

Browse files
authored
GH: Add isidentical to the CODEOWNERS (GH-23923)
1 parent 73607be commit a9ef95b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/CODEOWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Objects/frameobject.c @markshannon
1919
Objects/call.c @markshannon
2020
Python/ceval.c @markshannon
2121
Python/compile.c @markshannon
22+
Python/ast_opt.c @isidentical
2223

2324
# Hashing
2425
**/*hashlib* @python/crypto-team @tiran
@@ -84,6 +85,12 @@ Include/pytime.h @pganssle @abalkin
8485
/Lib/test/test_peg_generator/ @pablogsal @lysnikolaou
8586
/Grammar/python.gram @pablogsal @lysnikolaou
8687

88+
# AST
89+
Python/ast.c @isidentical
90+
Parser/asdl.py @isidentical
91+
Parser/asdl_c.py @isidentical
92+
Lib/ast.py @isidentical
93+
8794
# SQLite 3
8895
**/*sqlite* @berkerpeksag
8996

0 commit comments

Comments
 (0)