]> granicus.if.org Git - python/commit
Add asyncio.get_running_loop() function. (#4782)
authorYury Selivanov <yury@magic.io>
Mon, 11 Dec 2017 15:07:44 +0000 (10:07 -0500)
committerGitHub <noreply@github.com>
Mon, 11 Dec 2017 15:07:44 +0000 (10:07 -0500)
commitabae67ebc2897ca37df067f322d19e19d1ef6d88
tree065b5ae2fbb3a206f7b337d3a8ae8b83b566f3c1
parent3e9751819ad13a965e8be13c1e5bc5a6811fe6b8
Add asyncio.get_running_loop() function. (#4782)
Doc/library/asyncio-eventloops.rst
Lib/asyncio/events.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS.d/next/Library/2017-12-10-12-30-13.bpo-32269.Q85pKj.rst [new file with mode: 0644]