commit | dd8d824a560a27b00ff0dc111a0b1744d4418dda | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Apr 21 22:35:30 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Apr 21 22:35:30 2008 +0000 |
tree | b5c9f23e82746fa09a3f8d63d41d963c2be3ebaa | |
parent | 265d7384b9e9cd32630ae28b05f04c1bc4fd9133 [diff] |
Issue 2665: On Windows, sys.stderr does not contain a valid file when running without a console. It seems to work, but will fail at the first flush. This causes IDLE to crash when too many warnings are printed. Will backport.