diff options
Diffstat (limited to 'Lib/test/test_logging.py')
-rw-r--r-- | Lib/test/test_logging.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index ef77e5e..01d9fc0 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py @@ -463,6 +463,7 @@ def test_main_inner(): thread.join() banner("logrecv output", "begin") sys.stdout.write(sockOut.getvalue()) + sockhdlr.close() sockOut.close() banner("logrecv output", "end") sys.stdout.flush() |