diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-07-28 12:25:55 +0200 |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-07-28 12:25:55 +0200 |
commit | a9a0710dbcfcb00ed7f3a57fd6167e53b7763280 (patch) | |
tree | 701f11fca917269c82ba01512d7569f41c85ddfc /Misc | |
parent | a9c729eaec1c0cbb8be55ecaa5cdf260f8b615aa (diff) | |
download | cpython-a9a0710dbcfcb00ed7f3a57fd6167e53b7763280.tar.gz |
Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.3.0 Beta 2? Core and Builtins ----------------- +- Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. + - Issue #15456: Fix code __sizeof__ after #12399 change. Patch by Serhiy Storchaka. |