diff options
author | Yury Selivanov <yury@magic.io> | 2018-06-08 00:31:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-08 00:31:26 (GMT) |
commit | 52698c7ad9eae9feb35839fde17a7d1da8036a9b (patch) | |
tree | 1db0d329f430f5eda34575454d35b0b7e5570249 /Misc | |
parent | 378c53cc3187dba57c7560ccc2557f516c8a7bc8 (diff) | |
download | cpython-52698c7ad9eae9feb35839fde17a7d1da8036a9b.zip cpython-52698c7ad9eae9feb35839fde17a7d1da8036a9b.tar.gz cpython-52698c7ad9eae9feb35839fde17a7d1da8036a9b.tar.bz2 |
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2018-06-06-23-24-40.bpo-33786.lBvT8z.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-06-06-23-24-40.bpo-33786.lBvT8z.rst b/Misc/NEWS.d/next/Core and Builtins/2018-06-06-23-24-40.bpo-33786.lBvT8z.rst new file mode 100644 index 0000000..57deefe --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2018-06-06-23-24-40.bpo-33786.lBvT8z.rst @@ -0,0 +1 @@ +Fix asynchronous generators to handle GeneratorExit in athrow() correctly |