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 serhiy.storchaka
Recipients benjamin.peterson, martin.panter, pitrou, serhiy.storchaka, stutzbach
Date 2016-04-17.19:19:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460920770.15.0.973267485762.issue26720@psf.upfronthosting.co.za>
In-reply-to
Content
Python implementation passes bytearray to underlying write and delete it's content just after that. Thus saving written data was never worked, and making it working don't worth efforts. I agree with you, we should add a warning against saving. This might be a part of issue20699.

As for original issue, this is potential crash, and we should fix this.
History
Date User Action Args
2016-04-17 19:19:30serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, benjamin.peterson, stutzbach, martin.panter
2016-04-17 19:19:30serhiy.storchakasetmessageid: <1460920770.15.0.973267485762.issue26720@psf.upfronthosting.co.za>
2016-04-17 19:19:30serhiy.storchakalinkissue26720 messages
2016-04-17 19:19:30serhiy.storchakacreate