[New-bugs-announce] [issue32643] Make Task._step, Task._wakeup and Future._schedule_callback methods private

Yury Selivanov report at bugs.python.org
Wed Jan 24 00:32:19 EST 2018


New submission from Yury Selivanov <yselivanov at gmail.com>:

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.

----------
components: asyncio
messages: 310561
nosy: asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Make Task._step, Task._wakeup and Future._schedule_callback methods private
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32643>
_______________________________________


More information about the New-bugs-announce mailing list