diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 86d1cd8df70..64394417833 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -1032,6 +1032,7 @@ else: + repr(connaddr) + '\n') handler = self.ConnectionHandler(self, newconn, connaddr) handler.start() + handler.join() except socket.timeout: pass except KeyboardInterrupt: