]> 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:19:23 +0000 (16:19 +0100)
committerStefan Krah <skrah@bytereef.org>
Sun, 1 Feb 2015 15:19:23 +0000 (16:19 +0100)
commit7213fcc27ec4ca06fbda4633aff95d8ca2701e43
treec3910dd4930e706620d0db6a4a8d370bf2add246
parentf046dfe60e0e709fac674a5d142caf14d21af1f0
Issue #23370: Fix off-by-one error for non-contiguous buffers.
Modules/_testcapimodule.c
Objects/abstract.c