New submission from Yury Selivanov <yseliva...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue32643>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to