commit | d7c8fbf89e751d43c56de0071702d2578676d0a1 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Nov 26 21:59:36 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Nov 26 21:59:36 2011 +0100 |
tree | 954f940674aa999f87712fd0fb1d07ed64d2c817 | |
parent | fb36b3f6a0d57abeb6f953d9b4f72ddb4e3c4709 [diff] |
Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. This also adds a test for issue #5319, whose resolution introduced the issue.