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 davin, jnoller, martin.panter, pitrou, python-dev, sbt, serhiy.storchaka, vstinner
Date 2016-03-25.09:36:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458898571.42.0.342149480164.issue25654@psf.upfronthosting.co.za>
In-reply-to
Content
> What do you think? Is it better to keep stdin if stdin.close() raises an exception?

I don't know. I don't know why OSError and ValueError are caught at all.

What are you think about deterministic closing standard streams in leanup_std_streams.patch? There is no haste to commit this.
History
Date User Action Args
2016-03-25 09:36:11serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, jnoller, python-dev, sbt, martin.panter, davin
2016-03-25 09:36:11serhiy.storchakasetmessageid: <1458898571.42.0.342149480164.issue25654@psf.upfronthosting.co.za>
2016-03-25 09:36:11serhiy.storchakalinkissue25654 messages
2016-03-25 09:36:11serhiy.storchakacreate