commit | 172c0f2752d8708b6dda7b42e6c5a3519420a4e8 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Apr 25 13:40:44 2021 +0300 |
committer | GitHub <noreply@github.com> | Sun Apr 25 13:40:44 2021 +0300 |
tree | 35a076c6baad7ca053a62b9f505af3762a867b79 | |
parent | face87c94e67ad9c72b9a3724f112fd76c1002b9 [diff] |
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554) asyncio.get_event_loop() emits now a deprecation warning when it creates a new event loop. In future releases it will became an alias of asyncio.get_running_loop().