]> granicus.if.org Git - python/commit
bpo-37417: Fix error handling in bytearray.extend. (GH-14407)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 26 Jun 2019 20:17:00 +0000 (13:17 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Jun 2019 20:17:00 +0000 (13:17 -0700)
commit5c4ce3e2fa73125fb6f9c501e6c4c8512216b7e1
tree7e29931823996bffaa8b59bbe69bdf63f40334d2
parentbdbd5e895ddf9aefcb79cdc52341f0697ad6aea0
bpo-37417: Fix error handling in bytearray.extend. (GH-14407)

(cherry picked from commit 2a7d596f27b2342caf168a03c95ebf3b56e5dbbd)

Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
Lib/test/test_builtin.py
Misc/NEWS.d/next/Core and Builtins/2019-06-26-18-41-00.bpo-37417.VsZeHL.rst [new file with mode: 0644]
Objects/bytearrayobject.c