commit | 0b6169e391ce6468aad711f08ffb829362293ad5 | [log] [tgz] |
---|---|---|
author | Tony Solomonik <tony.solomonik@gmail.com> | Thu Jul 09 20:38:46 2020 +0300 |
committer | GitHub <noreply@github.com> | Thu Jul 09 10:38:46 2020 -0700 |
tree | e4132126562959cb83310dee12320adf564c586a | |
parent | 1e66f7e102b64da5a6d69b135cf7d82708aca231 [diff] |
bpo-41247: asyncio.set_running_loop() cache running loop holder (#21406) The running loop holder cache variable was always set to NULL when calling set_running_loop. Now set_running_loop saves the newly created running loop holder in the cache variable for faster access in get_running_loop.