[issue2394] [Py3k] Finish the memoryview object implementation

Antoine Pitrou report at bugs.python.org
Tue Aug 19 21:22:27 CEST 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

This patch changes all bytearray results (in indexing, tobytes()) to
bytes, and adds the implementation the tolist().

Note: the tolist() implementation only handles one-dimensional byte
buffers. It will have to be re-written using the struct module!
But at least once that patch applied, I think we may drop down this bug
to critical.

Added file: http://bugs.python.org/file11166/mem6.patch

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


More information about the Python-bugs-list mailing list