This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, ndbecker, pitrou
Date 2013-07-08.15:18:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373296692.66.0.782923699473.issue4885@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-07-08 15:18:12christian.heimessetrecipients: + christian.heimes, pitrou, ndbecker
2013-07-08 15:18:12christian.heimessetmessageid: <1373296692.66.0.782923699473.issue4885@psf.upfronthosting.co.za>
2013-07-08 15:18:12christian.heimeslinkissue4885 messages
2013-07-08 15:18:12christian.heimescreate