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 pitrou
Recipients martin.panter, pitrou, serhiy.storchaka
Date 2014-12-22.19:46:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419277609.93.0.827602251893.issue23099@psf.upfronthosting.co.za>
In-reply-to
Content
> Even worse, the memoryview gets corrupted on close():

The BytesIO object should probably reject closing when a buffer is exported.

> writing to the file seems to be completely disallowed, even if it 
> would not seem to change the size:

An enhancement is probably possible there.
History
Date User Action Args
2014-12-22 19:46:49pitrousetrecipients: + pitrou, martin.panter, serhiy.storchaka
2014-12-22 19:46:49pitrousetmessageid: <1419277609.93.0.827602251893.issue23099@psf.upfronthosting.co.za>
2014-12-22 19:46:49pitroulinkissue23099 messages
2014-12-22 19:46:49pitroucreate