GH: Add isidentical to the CODEOWNERS (GH-23923)
This commit is contained in:
parent
73607be686
commit
a9ef95b811
|
@ -19,6 +19,7 @@ Objects/frameobject.c @markshannon
|
||||||
Objects/call.c @markshannon
|
Objects/call.c @markshannon
|
||||||
Python/ceval.c @markshannon
|
Python/ceval.c @markshannon
|
||||||
Python/compile.c @markshannon
|
Python/compile.c @markshannon
|
||||||
|
Python/ast_opt.c @isidentical
|
||||||
|
|
||||||
# Hashing
|
# Hashing
|
||||||
**/*hashlib* @python/crypto-team @tiran
|
**/*hashlib* @python/crypto-team @tiran
|
||||||
|
@ -84,6 +85,12 @@ Include/pytime.h @pganssle @abalkin
|
||||||
/Lib/test/test_peg_generator/ @pablogsal @lysnikolaou
|
/Lib/test/test_peg_generator/ @pablogsal @lysnikolaou
|
||||||
/Grammar/python.gram @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 3
|
||||||
**/*sqlite* @berkerpeksag
|
**/*sqlite* @berkerpeksag
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue