Skip to content

Commit

Permalink
GH: Add isidentical to the CODEOWNERS (pythonGH-23923)
Browse files Browse the repository at this point in the history
  • Loading branch information
isidentical authored Dec 24, 2020
1 parent 73607be commit a9ef95b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit a9ef95b

Please sign in to comment.