Try to fix transient refleaks in test_asynchat.

This commit is contained in:
Antoine Pitrou 2009-10-30 17:55:21 +00:00
parent 61d5f6ff79
commit 643e85df48
1 changed files with 2 additions and 2 deletions

View File

@ -92,10 +92,10 @@ class TestAsynchat(unittest.TestCase):
usepoll = False
def setUp (self):
pass
self._threads = test_support.threading_setup()
def tearDown (self):
pass
test_support.threading_cleanup(*self._threads)
def line_terminator_check(self, term, server_chunk):
event = threading.Event()