5013a5ebc9
* bpo-31250, test_asyncio: fix dangling threads (#3252) * Explicitly call shutdown(wait=True) on executors to wait until all threads complete to prevent side effects between tests. * Fix test_loop_self_reading_exception(): don't mock loop.close(). Previously, the original close() method was called rather than the mock, because how set_event_loop() registered loop.close(). (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 |