[issue32351] Use fastpath in asyncio.sleep if delay<0

Andrew Svetlov report at bugs.python.org
Sun Dec 17 07:22:02 EST 2017


New submission from Andrew Svetlov <andrew.svetlov at gmail.com>:

Currently asyncio.sleep schedules a callback execution by `loop.call_later()` call, which has the same behavior but 2x slower.

----------
components: Library (Lib), asyncio
messages: 308487
nosy: asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Use fastpath in asyncio.sleep if delay<0
versions: Python 3.7

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


More information about the Python-bugs-list mailing list