]> granicus.if.org Git - python/commit
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 29 May 2018 00:16:43 +0000 (17:16 -0700)
committerGitHub <noreply@github.com>
Tue, 29 May 2018 00:16:43 +0000 (17:16 -0700)
commitddc613f20394eba25f2420f6d2fa62b277c95058
treedc7e7d6f619af474152207cd537f46b3f82d76dd
parent8d8b86116fae91570c26fa48974b54986fbd1b72
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)

(cherry picked from commit 416c1ebd9896b394790dcb4f9f035b1a44ebe9ff)

Co-authored-by: Yury Selivanov <yury@magic.io>
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