| commit | e8432ac42f9030bd75de03a07fd9059006292b7a | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Mon Jul 09 15:04:50 2007 +0000 |
| committer | Guido van Rossum <guido@python.org> | Mon Jul 09 15:04:50 2007 +0000 |
| tree | eda26cd19a1646b0c59a03f53a5c0b17b6097109 | |
| parent | 5ed033b5a21d56db0dbb0b2535b83afd5cad143d [diff] |
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.)