[issue2394] [Py3k] Finish the memoryview object implementation

Antoine Pitrou report at bugs.python.org
Tue Aug 19 17:16:07 CEST 2008


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

This patch fixes a crash in the codecs module.
However, memoryview should also support comparisons (just == and !=)
with bytes/bytearray objects (or any buffer-enabled objects), otherwise
utf-8-sig produces wrong values (and there are no tests for it).

Added file: http://bugs.python.org/file11157/mem3.patch

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


More information about the Python-bugs-list mailing list