summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2018-05-29 21:20:02 (GMT)
committerGitHub <noreply@github.com>2018-05-29 21:20:02 (GMT)
commit863b6749093a86810c4077112a857363410cc221 (patch)
tree398e2d2b175f3a40b31ba89137e9300c5615bef3 /Misc
parent1cee216cf383eade641aed22f4ec7d4cb565ecff (diff)
downloadcpython-863b6749093a86810c4077112a857363410cc221.zip
cpython-863b6749093a86810c4077112a857363410cc221.tar.gz
cpython-863b6749093a86810c4077112a857363410cc221.tar.bz2
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7209)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-05-29-12-51-18.bpo-32684.ZEIism.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-05-29-12-51-18.bpo-32684.ZEIism.rst b/Misc/NEWS.d/next/Library/2018-05-29-12-51-18.bpo-32684.ZEIism.rst
new file mode 100644
index 0000000..b360bbc
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-05-29-12-51-18.bpo-32684.ZEIism.rst
@@ -0,0 +1 @@
+Fix gather to propagate cancellation of itself even with return_exceptions.