mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-118761: Optimise import time for ast (#131953)
This commit is contained in:
parent
ad053d8d6a
commit
f20f02e6b5
6 changed files with 1168 additions and 1144 deletions
1
.github/CODEOWNERS
vendored
1
.github/CODEOWNERS
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue