]> granicus.if.org Git - python/commit
Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch
authorStefan Krah <skrah@bytereef.org>
Fri, 30 Jan 2015 19:11:10 +0000 (20:11 +0100)
committerStefan Krah <skrah@bytereef.org>
Fri, 30 Jan 2015 19:11:10 +0000 (20:11 +0100)
commit5606cd980023f07d5cc8f063727990108f0875c4
tree1e3fe4fd0ef3abcf5722d57a467f569f9763b0d0
parent61ec71d7bd2235f927e39fbf953f5056b962a101
Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch
by Richard Hansen.
Misc/ACKS
Modules/_testcapimodule.c
Objects/abstract.c