gh-118761: Optimise import time for ast (#131953)

This commit is contained in:
Adam Turner 2025-04-02 17:22:15 +01:00 committed by GitHub
parent ad053d8d6a
commit f20f02e6b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 1168 additions and 1144 deletions

1
.github/CODEOWNERS vendored
View file

@ -188,6 +188,7 @@ Python/ast_opt.c @isidentical @eclips4
Parser/asdl.py @isidentical @JelleZijlstra @eclips4
Parser/asdl_c.py @isidentical @JelleZijlstra @eclips4
Lib/ast.py @isidentical @JelleZijlstra @eclips4
Lib/_ast_unparse.py @isidentical @JelleZijlstra @eclips4
Lib/test/test_ast/ @eclips4
# Mock