]> granicus.if.org Git - python/commit
bpo-36999: Add asyncio.Task.get_coro() (GH-13680)
authorAlex Grönholm <alex.gronholm@nextday.fi>
Thu, 30 May 2019 15:30:09 +0000 (18:30 +0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 30 May 2019 15:30:09 +0000 (08:30 -0700)
commit98ef92002ec289bf8086b0ef3d4f96c2589f4e68
tree0c3420f69cef6e0c306af7508fdd06415b39a853
parent25ee0c3bf10820496448e2886069f9c2794be7ac
bpo-36999: Add asyncio.Task.get_coro() (GH-13680)

https://bugs.python.org/issue36999
Doc/library/asyncio-task.rst
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2019-05-30-13-30-46.bpo-36999.EjY_L2.rst [new file with mode: 0644]
Modules/_asynciomodule.c
Modules/clinic/_asynciomodule.c.h