SIGN IN SIGN UP

bpo-30280: Cleanup threads in ayncio tests (#2501)

* bpo-30280: asyncio now cleans up threads

asyncio base TestCase now uses threading_setup() and
threading_cleanup() of test.support to cleanup threads.

* asyncio: Fix TestBaseSelectorEventLoop cleanup

bpo-30280: TestBaseSelectorEventLoop of
test.test_asyncio.test_selector_events now correctly closes the event
loop: cleanup its executor to not leak threads.

Don't override the close() method of the event loop, only override
the_close_self_pipe() method.
V
Victor Stinner committed
b9030674624c181d6e9047cdb14ad65bb6c84c66
Parent: 21a0a6c
Committed by GitHub <noreply@github.com> on 6/30/2017, 9:12:33 AM