Skip to content

Commit f20f02e

Browse files
authored
gh-118761: Optimise import time for ast (#131953)
1 parent ad053d8 commit f20f02e

File tree

6 files changed

+1168
-1144
lines changed

6 files changed

+1168
-1144
lines changed

Diff for: .github/CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ Python/ast_opt.c @isidentical @eclips4
188188
Parser/asdl.py @isidentical @JelleZijlstra @eclips4
189189
Parser/asdl_c.py @isidentical @JelleZijlstra @eclips4
190190
Lib/ast.py @isidentical @JelleZijlstra @eclips4
191+
Lib/_ast_unparse.py @isidentical @JelleZijlstra @eclips4
191192
Lib/test/test_ast/ @eclips4
192193

193194
# Mock

0 commit comments

Comments
 (0)