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 tholzer
Recipients BreamoreBoy, loewis, tholzer
Date 2014-06-08.21:52:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402264345.09.0.842222370614.issue7932@psf.upfronthosting.co.za>
In-reply-to
Content
It's still a problem in Python 2.7:

python -c 'import sys; print >> sys.stdout, "x"' 1>&- ; echo $?
close failed in file object destructor:
sys.excepthook is missing
lost sys.stderr
0

But feel free to close as "won't fix", as this seems to be an edge case which might not be worth fixing.
History
Date User Action Args
2014-06-08 21:52:25tholzersetrecipients: + tholzer, loewis, BreamoreBoy
2014-06-08 21:52:25tholzersetmessageid: <1402264345.09.0.842222370614.issue7932@psf.upfronthosting.co.za>
2014-06-08 21:52:25tholzerlinkissue7932 messages
2014-06-08 21:52:24tholzercreate