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

Reply via email to