• Victor Stinner's avatar
    bpo-30280: Cleanup threads in ayncio tests (#2501) · b9030674
    Victor Stinner yazdı
    * 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.
    b9030674
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
__main__.py Loading commit data...
echo.py Loading commit data...
echo2.py Loading commit data...
echo3.py Loading commit data...
keycert3.pem Loading commit data...
pycacert.pem Loading commit data...
ssl_cert.pem Loading commit data...
ssl_key.pem Loading commit data...
test_base_events.py Loading commit data...
test_events.py Loading commit data...
test_futures.py Loading commit data...
test_locks.py Loading commit data...
test_pep492.py Loading commit data...
test_proactor_events.py Loading commit data...
test_queues.py Loading commit data...
test_selector_events.py Loading commit data...
test_sslproto.py Loading commit data...
test_streams.py Loading commit data...
test_subprocess.py Loading commit data...
test_tasks.py Loading commit data...
test_transports.py Loading commit data...
test_unix_events.py Loading commit data...
test_windows_events.py Loading commit data...
test_windows_utils.py Loading commit data...