diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-06-26 20:17:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-26 20:17:00 (GMT) |
commit | 5c4ce3e2fa73125fb6f9c501e6c4c8512216b7e1 (patch) | |
tree | 7e29931823996bffaa8b59bbe69bdf63f40334d2 /Misc | |
parent | bdbd5e895ddf9aefcb79cdc52341f0697ad6aea0 (diff) | |
download | cpython-5c4ce3e2fa73125fb6f9c501e6c4c8512216b7e1.zip cpython-5c4ce3e2fa73125fb6f9c501e6c4c8512216b7e1.tar.gz cpython-5c4ce3e2fa73125fb6f9c501e6c4c8512216b7e1.tar.bz2 |
bpo-37417: Fix error handling in bytearray.extend. (GH-14407)
(cherry picked from commit 2a7d596f27b2342caf168a03c95ebf3b56e5dbbd)
Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-06-26-18-41-00.bpo-37417.VsZeHL.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-06-26-18-41-00.bpo-37417.VsZeHL.rst b/Misc/NEWS.d/next/Core and Builtins/2019-06-26-18-41-00.bpo-37417.VsZeHL.rst new file mode 100644 index 0000000..f004631 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-06-26-18-41-00.bpo-37417.VsZeHL.rst @@ -0,0 +1,2 @@ +:meth:`bytearray.extend` now correctly handles errors that arise during iteration.
+Patch by Brandt Bucher.
\ No newline at end of file |