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