Christian Heimes added the comment: 1) and 2) have been fixed in Python 3.x. mmap supports writable memory views and slice assignment from any object that supports the buffer protocol.
3) is still an issue as mmap objects are not weakref-able yet. It should be easy to add __weakref__ to mmap objects. ---------- components: +Extension Modules -Library (Lib) nosy: +christian.heimes priority: normal -> low stage: test needed -> needs patch versions: +Python 3.4 -Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue4885> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com