mirror of
https://github.com/python/cpython.git
synced 2026-05-15 08:59:27 -04:00
172c0f2752
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().