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 skrah
Recipients benjamin.peterson, dw, hynek, kmike, pitrou, scoder, serhiy.storchaka, skrah, stutzbach
Date 2014-07-22.19:37:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406057846.36.0.0550327415808.issue22003@psf.upfronthosting.co.za>
In-reply-to
Content
I think the mmap behavior is probably worse than the NumPy example.

I assume that in the example the exporter sets view.readonly=0.
mmap objects set view.readonly=1 and can still be mutated.
History
Date User Action Args
2014-07-22 19:37:26skrahsetrecipients: + skrah, pitrou, scoder, benjamin.peterson, stutzbach, hynek, dw, serhiy.storchaka, kmike
2014-07-22 19:37:26skrahsetmessageid: <1406057846.36.0.0550327415808.issue22003@psf.upfronthosting.co.za>
2014-07-22 19:37:26skrahlinkissue22003 messages
2014-07-22 19:37:26skrahcreate