[New-bugs-announce] [issue32250] Add loop.current_task() and loop.all_tasks() methods
Andrew Svetlov
report at bugs.python.org
Thu Dec 7 18:04:02 EST 2017
New submission from Andrew Svetlov <andrew.svetlov at gmail.com>:
Existing `Task.current_task()` and `Task.all_tasks()` class methods are not overridable by custom event loop implementation.
The proposal is adding new optional loop methods and using them by existing task methods.
----------
components: asyncio
messages: 307826
nosy: asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Add loop.current_task() and loop.all_tasks() methods
versions: Python 3.7
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32250>
_______________________________________
More information about the New-bugs-announce
mailing list