New submission from Andrew Svetlov <andrew.svet...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue32250>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to