Message308169
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. |
|
| Date |
User |
Action |
Args |
| 2017-12-12 22:59:23 | yselivanov | set | recipients:
+ yselivanov, asvetlov, lukasz.langa |
| 2017-12-12 22:59:23 | yselivanov | set | messageid: <[email protected]> |
| 2017-12-12 22:59:23 | yselivanov | link | issue32296 messages |
| 2017-12-12 22:59:23 | yselivanov | create | |
|