This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients asvetlov, lukasz.langa, yselivanov
Date 2017-12-12.22:59:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513119563.35.0.213398074469.issue32296@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-12-12 22:59:23yselivanovsetrecipients: + yselivanov, asvetlov, lukasz.langa
2017-12-12 22:59:23yselivanovsetmessageid: <1513119563.35.0.213398074469.issue32296@psf.upfronthosting.co.za>
2017-12-12 22:59:23yselivanovlinkissue32296 messages
2017-12-12 22:59:23yselivanovcreate