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

View file

@ -8,6 +8,7 @@ static const char* _Py_stdlib_module_names[] = {
"_android_support",
"_apple_support",
"_ast",
"_ast_unparse",
"_asyncio",
"_bisect",
"_blake2",