mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +00:00
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().
Source files for standard library extension modules, and former extension modules that are now builtin modules.