]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 16 Dec 2017 19:58:38 +0000 (21:58 +0200)
committerGitHub <noreply@github.com>
Sat, 16 Dec 2017 19:58:38 +0000 (21:58 +0200)
commit44d1a5912ea629aa20fdc377a5ab69d9ccf75d61
tree8634c0010adf1de08980dd9d47043a40eb904120
parent950840261c349e100ec5d7381fcd742c017e242d
bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799)
Doc/library/asyncio-task.rst
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2017-12-12-16-58-20.bpo-32250.UljTa0.rst [new file with mode: 0644]
Modules/_asynciomodule.c
Modules/clinic/_asynciomodule.c.h