]> 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:29 +0000 (21:06 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Mar 2017 19:06:29 +0000 (21:06 +0200)
commit3d258b1eb453bcbc412d6b252f5bdceae0303f07
treedf8f6687638c4b7bba9289abbf406d2c49c88577
parentda88596a19d2cad0e85a2b3c3290b5b1d97a793d
bpo-29116: Fix error messages for concatenating bytes and bytearray with unsupported type. (#709) (#723)

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