[issue19686] possible unnecessary memoryview copies?

Stefan Krah report at bugs.python.org
Fri Nov 22 13:24:43 CET 2013


Stefan Krah added the comment:

David is correct:  No data is copied, but new memoryview objects with different shape and strides are created. That is relatively cheap.

----------
nosy: +skrah
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed
type: enhancement -> behavior

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


More information about the Python-bugs-list mailing list