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 martin.panter
Recipients abarry, martin.panter, python-dev, serhiy.storchaka, vstinner
Date 2016-04-19.22:33:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461105187.49.0.0470516557845.issue26801@psf.upfronthosting.co.za>
In-reply-to
Content
I doubt it is worth spending much effort supporting sys.__stdout__ being overwritten with StringIO or deleted. That seems an abuse of the “sys” module. Idle doesn’t even seem to alter this attribute.

But if you call stdout.close() or detach(), I think that is a more valid way to trigger ValueError, so Serhiy’s patch is worthwhile for that case.
History
Date User Action Args
2016-04-19 22:33:07martin.pantersetrecipients: + martin.panter, vstinner, python-dev, serhiy.storchaka, abarry
2016-04-19 22:33:07martin.pantersetmessageid: <1461105187.49.0.0470516557845.issue26801@psf.upfronthosting.co.za>
2016-04-19 22:33:07martin.panterlinkissue26801 messages
2016-04-19 22:33:07martin.pantercreate