23caf8cfc6
* 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.
(cherry picked from commit
|
||
---|---|---|
.. | ||
__init__.py | ||
base_events.py | ||
base_futures.py | ||
base_subprocess.py | ||
base_tasks.py | ||
compat.py | ||
constants.py | ||
coroutines.py | ||
events.py | ||
futures.py | ||
locks.py | ||
log.py | ||
proactor_events.py | ||
protocols.py | ||
queues.py | ||
selector_events.py | ||
sslproto.py | ||
streams.py | ||
subprocess.py | ||
tasks.py | ||
test_utils.py | ||
transports.py | ||
unix_events.py | ||
windows_events.py | ||
windows_utils.py |