SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

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().
S
Serhiy Storchaka committed
172c0f2752d8708b6dda7b42e6c5a3519420a4e8
Parent: face87c
Committed by GitHub <noreply@github.com> on 4/25/2021, 10:40:44 AM