• grzgrzgrz3's avatar
    bpo-30357 each test in test_thread waits until all spawned threads finish (#1583) · 6924ed55
    grzgrzgrz3 yazdı
    * bpo-30357 each test in test_thread waits until all spawn threads finish
    
    * bpo-30357 each test in test_thread waits until all spawn threads finish
    
    * bpo-30357: test_thread now uses threading_cleanup() (#1592)
    
    test_thread: setUp() now uses support.threading_setup() and
    support.threading_cleanup() to wait until threads complete to avoid
    random side effects on following tests.
    Co-Authored-By: 's avatarVictor Stinner <victor.stinner@gmail.com>
    
    * bpo-30357: test_thread now uses threading_cleanup() (#1592)
    
    test_thread: setUp() now uses support.threading_setup() and
    support.threading_cleanup() to wait until threads complete to avoid
    random side effects on following tests.
    Co-Authored-By: 's avatarVictor Stinner <victor.stinner@gmail.com>
    6924ed55
test_thread.py 8.51 KB