[issue4509] possible memoryview bug

Antoine Pitrou report at bugs.python.org
Sat Dec 6 16:31:36 CET 2008


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

New bytearray patch at http://codereview.appspot.com/10049. I think I've
covered all bases. array.array will need another patch (I must admit I
care a bit less about it, since it's not a builtin type).

The patch will have to be backported for 2.6/2.7 as well, but memoryview
doesn't exist there, so the tests will have to be disabled.

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


More information about the Python-bugs-list mailing list