]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.
authorINADA Naoki <songofacandy@gmail.com>
Fri, 6 Jan 2017 08:32:01 +0000 (17:32 +0900)
committerINADA Naoki <songofacandy@gmail.com>
Fri, 6 Jan 2017 08:32:01 +0000 (17:32 +0900)
commita634e23209e90fd516fae1b4a303d57fdb1b9917
tree33c88b1473930f36920e7d94f78fe39872b52f93
parenta251fb02f4400a2ea32677110e430742fd1444bc
Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytearrayobject.c
Objects/bytesobject.c