• Victor Stinner's avatar
    bpo-30131: test_logging now joins queue threads (#1298) · 8ca2f2fa
    Victor Stinner yazdı
    QueueListenerTest of test_logging now closes the multiprocessing
    Queue and joins its thread to prevent leaking dangling threads to
    following tests.
    
    Add also @support.reap_threads to detect earlier if a test leaks
    threads (and try to "cleanup" these threads).
    8ca2f2fa
test_logging.py 152 KB