mirror of
https://github.com/python/cpython.git
synced 2025-07-29 22:24:49 +00:00
gh-128002: use efficient linked list implementation for eager tasks in asyncio (#130518)
This commit is contained in:
parent
f97e4098ff
commit
7e3b788e8f
2 changed files with 33 additions and 42 deletions
|
@ -1110,7 +1110,6 @@ try:
|
|||
from _asyncio import (_register_task, _register_eager_task,
|
||||
_unregister_task, _unregister_eager_task,
|
||||
_enter_task, _leave_task, _swap_current_task,
|
||||
_scheduled_tasks, _eager_tasks,
|
||||
current_task, all_tasks)
|
||||
except ImportError:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue