]> granicus.if.org Git - python/commit
bpo-29116: Fix error messages for concatenating bytes and bytearray with unsupported...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 19 Mar 2017 19:06:44 +0000 (21:06 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Mar 2017 19:06:44 +0000 (21:06 +0200)
commit2c5b2c3832d4d2af7b60333a5a8f73dd51ef6245
tree10db84532db60b05dca0395c0f7aa1327bbdd057
parent88b32eb7b317dd7c7943433f980e17e34e50f8f8
bpo-29116: Fix error messages for concatenating bytes and bytearray with unsupported type. (#709) (#724)

(cherry picked from commit 6b5a9ec4788770c652bac3bf5d5a0a3b710b82ae)
Objects/bytearrayobject.c
Objects/bytesobject.c