]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7224)
authorYury Selivanov <yury@magic.io>
Tue, 29 May 2018 23:20:01 +0000 (19:20 -0400)
committerGitHub <noreply@github.com>
Tue, 29 May 2018 23:20:01 +0000 (19:20 -0400)
commit3b263e65a80cfcb1fc751834372533773ec024a4
treebc9c9a1361efdee8025f0f85636fb5e54b2f81cd
parent51bf38f796c74c7dac5a3d09ad0004494470091c
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7224)
Doc/library/asyncio-task.rst
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2018-05-29-12-51-18.bpo-32684.ZEIism.rst [new file with mode: 0644]