]> granicus.if.org Git - python/commit
Solve issue 1400 at least in part -- whenever we run Python code, at the end
authorGuido van Rossum <guido@python.org>
Wed, 5 Dec 2007 05:14:58 +0000 (05:14 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 5 Dec 2007 05:14:58 +0000 (05:14 +0000)
commit6c193fa09d38b2eb34a3607381c1cbb495e34d6f
tree007834c87b11192cb7df431747fa249f2b998a83
parent48dc27c04088c1c048b6b05076b9d36228a5e287
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.)
Python/pythonrun.c