Kaydet (Commit) 40ccea7e authored tarafından Brett Cannon's avatar Brett Cannon

Silence altered execution state warnings from test_telnetlib involving threads.

üst a4265546
...@@ -39,6 +39,7 @@ class GeneralTests(TestCase): ...@@ -39,6 +39,7 @@ class GeneralTests(TestCase):
def tearDown(self): def tearDown(self):
self.evt.wait() self.evt.wait()
self.thread.join() self.thread.join()
del self.thread # Clear out any dangling Thread objects.
def testBasic(self): def testBasic(self):
# connects # connects
......
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