gh-128002: use efficient linked list implementation for eager tasks in asyncio (#130518)

This commit is contained in:
Kumar Aditya 2025-03-03 12:06:43 +05:30 committed by GitHub
parent f97e4098ff
commit 7e3b788e8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 33 additions and 42 deletions

View file

@ -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