]> granicus.if.org Git - python/commit
Issue #23370: Fix off-by-one error for non-contiguous buffers.
authorStefan Krah <skrah@bytereef.org>
Sun, 1 Feb 2015 15:10:35 +0000 (16:10 +0100)
committerStefan Krah <skrah@bytereef.org>
Sun, 1 Feb 2015 15:10:35 +0000 (16:10 +0100)
commit0a7fc53be297b718af0c02de3abbd1f94f78f9c1
treed5b6918011aac1872d6a7ddcb564038ba486cdc8
parentcaaaa1413a38f2e96511186c18ae3af02c86abaa
Issue #23370: Fix off-by-one error for non-contiguous buffers.
Modules/_testcapimodule.c
Objects/abstract.c