]> granicus.if.org Git - python/commit
Upon exit, flush stdout and stderr (twice: before and after the code that
authorGuido van Rossum <guido@python.org>
Mon, 9 Jul 2007 15:04:50 +0000 (15:04 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 9 Jul 2007 15:04:50 +0000 (15:04 +0000)
commite8432ac42f9030bd75de03a07fd9059006292b7a
treeeda26cd19a1646b0c59a03f53a5c0b17b6097109
parent5ed033b5a21d56db0dbb0b2535b83afd5cad143d
Upon exit, flush stdout and stderr (twice: before and after the code that
attempts to delete all modules).  This makes test_subprocess work again.
(I can't quite figure out why stdout/stderr don't get deleted properly,
which would flush them anyway, but that's a separate issue.)
Python/pythonrun.c