This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, yselivanov
Date 2017-12-07.23:04:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512687842.07.0.213398074469.issue32250@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-12-07 23:04:02asvetlovsetrecipients: + asvetlov, yselivanov
2017-12-07 23:04:02asvetlovsetmessageid: <1512687842.07.0.213398074469.issue32250@psf.upfronthosting.co.za>
2017-12-07 23:04:02asvetlovlinkissue32250 messages
2017-12-07 23:04:02asvetlovcreate