gh-121621: Move asyncio running loop to thread state (GH-121695)

This commit is contained in:
Ken Jin
2024-07-17 01:09:58 +08:00
committed by GitHub
parent 8f2532168b
commit 69c68de43a
7 changed files with 18 additions and 111 deletions

View File

@@ -77,7 +77,6 @@ struct _Py_global_strings {
STRUCT_FOR_ID(__annotate__)
STRUCT_FOR_ID(__annotations__)
STRUCT_FOR_ID(__args__)
STRUCT_FOR_ID(__asyncio_running_event_loop__)
STRUCT_FOR_ID(__await__)
STRUCT_FOR_ID(__bases__)
STRUCT_FOR_ID(__bool__)