[New-bugs-announce] [issue32296] Implement asyncio._get_running_loop() and get_event_loop() in C

Yury Selivanov report at bugs.python.org
Tue Dec 12 17:59:23 EST 2017


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

asyncio.get_event_loop(), and, subsequently asyncio._get_running_loop() are one of the most frequently executed functions in asyncio.  They also can't be sped up by third-party event loops like uvloop.

When implemented in C they become 4x faster.

----------
assignee: yselivanov
components: asyncio
messages: 308169
nosy: asvetlov, lukasz.langa, yselivanov
priority: normal
severity: normal
status: open
title: Implement asyncio._get_running_loop() and get_event_loop() in C
versions: Python 3.7

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


More information about the New-bugs-announce mailing list