]> granicus.if.org Git - python/commitdiff
Socket handler closed prior to end of test.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 20 Feb 2004 13:19:16 +0000 (13:19 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 20 Feb 2004 13:19:16 +0000 (13:19 +0000)
Lib/test/test_logging.py

index ef77e5e3602f361f83eaaaea80fd6a92074d8397..01d9fc0fceba95362d79a6dff047d59a10aedc60 100644 (file)
@@ -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()