mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Try to fix transient refleaks in test_asynchat.
This commit is contained in:
parent
61d5f6ff79
commit
643e85df48
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue