]> git.ipfire.org Git - thirdparty/Python/cpython.git/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 19:23:19 +0000 (12:23 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Jun 2019 19:23:19 +0000 (12:23 -0700)
commit7675bca4b56c532875d8bc6a7832e3c51d71278f
tree63c3f74d82ba76d92bf3e5e5b425c1db43751637
parent7b8a449d191a7ca5611ecd4ac598d0a9e05f6e0d
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