]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
authorYury Selivanov <yury@magic.io>
Mon, 28 May 2018 21:54:02 +0000 (17:54 -0400)
committerGitHub <noreply@github.com>
Mon, 28 May 2018 21:54:02 +0000 (17:54 -0400)
commit416c1ebd9896b394790dcb4f9f035b1a44ebe9ff
treea5003eed8be41259a0e545fde1c2d22bf2ac23c7
parentfdccfe09f0b10776645fdb04a0783d6864c32b21
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
Doc/library/asyncio-task.rst
Lib/asyncio/__init__.py
Lib/asyncio/runners.py
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2018-05-28-16-40-32.bpo-32610.KvUAsL.rst [new file with mode: 0644]
Modules/_asynciomodule.c