Silence altered execution state warnings from test_telnetlib involving threads.

This commit is contained in:
Brett Cannon 2011-08-04 22:37:55 -07:00
parent a4265546f9
commit 40ccea7e1e

View file

@ -39,6 +39,7 @@ class GeneralTests(TestCase):
def tearDown(self):
self.evt.wait()
self.thread.join()
del self.thread # Clear out any dangling Thread objects.
def testBasic(self):
# connects