]> granicus.if.org Git - python/commit
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7209)
authorYury Selivanov <yury@magic.io>
Tue, 29 May 2018 21:20:02 +0000 (17:20 -0400)
committerGitHub <noreply@github.com>
Tue, 29 May 2018 21:20:02 +0000 (17:20 -0400)
commit863b6749093a86810c4077112a857363410cc221
tree398e2d2b175f3a40b31ba89137e9300c5615bef3
parent1cee216cf383eade641aed22f4ec7d4cb565ecff
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7209)
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]