[issue12834] PyBuffer_ToContiguous() incorrect for non-contiguous arrays

Stefan Krah report at bugs.python.org
Wed Jan 25 19:00:19 CET 2012


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

I removed the dependency since PyBuffer_ToContiguous() still needs to
be fixed in abstract.c while memoryview.tobytes() now works in the
PEP-3118 repo.

----------
dependencies:  -Problems with Py_buffer management in memoryobject.c (and elsewhere?)
title: memoryview.tobytes() incorrect for non-contiguous arrays -> PyBuffer_ToContiguous() incorrect for non-contiguous arrays

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12834>
_______________________________________


More information about the Python-bugs-list mailing list