[issue9229] memoryview of mmap object not working in 2.7

Antoine Pitrou report at bugs.python.org
Mon Jul 12 13:27:32 CEST 2010


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

True, not all modules in 2.7 have converted to support the new buffer interface (which memoryview() requires, as opposed to the "old" buffer interface used by buffer()).
Unfortunately, it's probably too late to care about this now that the 2.7 branch is in bugfix mode.

----------
nosy: +pitrou
resolution:  -> wont fix
status: open -> closed

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


More information about the Python-bugs-list mailing list