[issue12834] memoryview.to_bytes() and PyBuffer_ToContiguous() incorrect for non-contiguous arrays
Nick Coghlan
report at bugs.python.org
Mon Jul 30 15:28:30 CEST 2012
Nick Coghlan added the comment:
I was musing about backporting *all* the memoryview fixes, including the buffer lifecycle ones. Antoine and Stefan rightly pointed out that was a bad idea, and not necessary to address this problem.
So +1 for backporting just this specific fix, with the necessary infrastructure to make it work.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12834>
_______________________________________
More information about the Python-bugs-list
mailing list