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 yselivanov
Recipients asvetlov, yselivanov
Date 2018-01-24.05:32:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516771939.71.0.467229070634.issue32643@psf.upfronthosting.co.za>
In-reply-to
Content
I propose to drop support for overloading Task._step, Task._wakeup, and Future._schedule_callbacks.

This makes the implementation easier for us to maintain and optimize. It also makes it easier for alternative asyncio event loops and interops with other async frameworks.
History
Date User Action Args
2018-01-24 05:32:19yselivanovsetrecipients: + yselivanov, asvetlov
2018-01-24 05:32:19yselivanovsetmessageid: <1516771939.71.0.467229070634.issue32643@psf.upfronthosting.co.za>
2018-01-24 05:32:19yselivanovlinkissue32643 messages
2018-01-24 05:32:19yselivanovcreate