SIGN IN SIGN UP

bpo-31250, test_asyncio: fix EventLoopTestsMixin.tearDown() (#3264)

Call doCleanups() to close the loop after calling
executor.shutdown(wait=True): see TestCase.set_event_loop() of
asyncio.test_utils.

Replace also gc.collect() with support.gc_collect().
V
Victor Stinner committed
e8a533fbc734af6eeb389202ba6c6e9c2548027f
Parent: b713adf
Committed by GitHub <noreply@github.com> on 9/1/2017, 10:25:39 PM