• Victor Stinner's avatar
    bpo-31731: Fix test_io.check_interrupted_write() (GH-11225) · 05c9d31e
    Victor Stinner authored
    Fix a race condition in check_interrupted_write() of test_io:
    create directly the thread with SIGALRM signal blocked,
    rather than blocking the signal later from the thread. Previously, it
    was possible that the thread gets the signal before the signal is
    blocked.
    05c9d31e
2018-12-18-23-20-39.bpo-31731.tcv85C.rst 267 Bytes