SIGN IN SIGN UP

bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827)

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.
Y
Yury Selivanov committed
a70232f28882d2fecb3ebe06643867701016070f
Parent: d5dda98
Committed by GitHub <noreply@github.com> on 12/13/2017, 7:49:42 PM