mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +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
Python/stdlib_module_names.h
generated
1
Python/stdlib_module_names.h
generated
|
@ -8,6 +8,7 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"_android_support",
|
||||
"_apple_support",
|
||||
"_ast",
|
||||
"_ast_unparse",
|
||||
"_asyncio",
|
||||
"_bisect",
|
||||
"_blake2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue