]> granicus.if.org Git - python/commit
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7209...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 29 May 2018 22:29:12 +0000 (15:29 -0700)
committerYury Selivanov <yury@magic.io>
Tue, 29 May 2018 22:29:12 +0000 (18:29 -0400)
commit036434273e6f6905403432c973d98ade1ae58197
tree06e0e1c6b2f6b9c6f167d1b9c5076ecbbb36076c
parent2a7eb0b531656f4a77d85078e6e009e4b3639ef9
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7209) (#7222)

(cherry picked from commit 863b6749093a86810c4077112a857363410cc221)

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