New submission from Andrew Svetlov <andrew.svet...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue32351> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com