[issue19686] possible unnecessary memoryview copies?

R. David Murray report at bugs.python.org
Fri Nov 22 04:11:16 CET 2013


R. David Murray added the comment:

I believe a new memoryview object is created, but the data is not copied.  That's the whole point of memoryview, I think :)

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list