We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73607be commit a9ef95bCopy full SHA for a9ef95b
.github/CODEOWNERS
@@ -19,6 +19,7 @@ Objects/frameobject.c @markshannon
19
Objects/call.c @markshannon
20
Python/ceval.c @markshannon
21
Python/compile.c @markshannon
22
+Python/ast_opt.c @isidentical
23
24
# Hashing
25
**/*hashlib* @python/crypto-team @tiran
@@ -84,6 +85,12 @@ Include/pytime.h @pganssle @abalkin
84
85
/Lib/test/test_peg_generator/ @pablogsal @lysnikolaou
86
/Grammar/python.gram @pablogsal @lysnikolaou
87
88
+# AST
89
+Python/ast.c @isidentical
90
+Parser/asdl.py @isidentical
91
+Parser/asdl_c.py @isidentical
92
+Lib/ast.py @isidentical
93
+
94
# SQLite 3
95
**/*sqlite* @berkerpeksag
96
0 commit comments