commit | 6c193fa09d38b2eb34a3607381c1cbb495e34d6f | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Dec 05 05:14:58 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Dec 05 05:14:58 2007 +0000 |
tree | 007834c87b11192cb7df431747fa249f2b998a83 | |
parent | 48dc27c04088c1c048b6b05076b9d36228a5e287 [diff] |
Solve issue 1400 at least in part -- whenever we run Python code, at the end we also flush stderr and stdout. (XXX this may override errors if there's a problem flushing.)