commit | 7d12d9df136b45785fb945dcb4812fdb068a2498 | [log] [tgz] |
---|---|---|
author | Stefan Krah <skrah@bytereef.org> | Sat Jul 28 12:25:55 2012 +0200 |
committer | Stefan Krah <skrah@bytereef.org> | Sat Jul 28 12:25:55 2012 +0200 |
tree | a68da71ef9e618cad72d9d6b589d6bdbc589873e | |
parent | 6c779ea55329947577119b8a7ea732f6d540d516 [diff] [blame] |
Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.
diff --git a/Misc/NEWS b/Misc/NEWS index cf0d170..cabea97 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Core and Builtins ----------------- +- Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. + - Issue #15456: Fix code __sizeof__ after #12399 change. Patch by Serhiy Storchaka.