commit | 40ccea7e1ed77db4e8b56b639da8992afaf5e460 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Thu Aug 04 22:37:55 2011 -0700 |
committer | Brett Cannon <brett@python.org> | Thu Aug 04 22:37:55 2011 -0700 |
tree | 258cd25fac496acce64904238016ad978804de9d | |
parent | a4265546f9d457ff61e7e4d3fb6d6b3cc54a09d2 [diff] [blame] |
Silence altered execution state warnings from test_telnetlib involving threads.
diff --git a/Lib/test/test_telnetlib.py b/Lib/test/test_telnetlib.py index a78b938..efd91c7 100644 --- a/Lib/test/test_telnetlib.py +++ b/Lib/test/test_telnetlib.py
@@ -39,6 +39,7 @@ def tearDown(self): self.evt.wait() self.thread.join() + del self.thread # Clear out any dangling Thread objects. def testBasic(self): # connects