Kaydet (Commit) 6c25b731 authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) Victor Stinner

[3.6] bpo-31234: test_httpservers joins the server thread (GH-3188) (#3536)

(cherry picked from commit 830d7d29)
üst 89bfc9b0
......@@ -52,6 +52,7 @@ class TestServerThread(threading.Thread):
def stop(self):
self.server.shutdown()
self.join()
class BaseTestCase(unittest.TestCase):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment