]> granicus.if.org Git - python/commit
bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992)
authorYury Selivanov <yury@magic.io>
Sat, 23 Dec 2017 20:04:15 +0000 (15:04 -0500)
committerGitHub <noreply@github.com>
Sat, 23 Dec 2017 20:04:15 +0000 (15:04 -0500)
commitca9b36cd1a384e5ecb56d9df9a59144240353ef0
tree3efb5c02ae40b61eb5c6391d3144d0f2f26cd616
parent558aa30f7971e087c4a00b1f49cc2ef3195c01ca
bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992)
Doc/library/asyncio-task.rst
Lib/asyncio/base_events.py
Lib/asyncio/futures.py
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2017-12-23-12-45-00.bpo-32415.YufXTU.rst [new file with mode: 0644]
Modules/_asynciomodule.c
Modules/clinic/_asynciomodule.c.h