summaryrefslogtreecommitdiffstats
path: root/Lib/code.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2018-12-18 22:52:39 (GMT)
committerGitHub <noreply@github.com>2018-12-18 22:52:39 (GMT)
commit05c9d31eb62cc45dc3c55a5cdb7cbc713d0421db (patch)
treeebab2882076c062d0515734909b4eef59430718b /Lib/code.py
parentb5c8cfa1da17c6f3acac80a0afca7f7104fb9589 (diff)
downloadcpython-05c9d31eb62cc45dc3c55a5cdb7cbc713d0421db.zip
cpython-05c9d31eb62cc45dc3c55a5cdb7cbc713d0421db.tar.gz
cpython-05c9d31eb62cc45dc3c55a5cdb7cbc713d0421db.tar.bz2
bpo-31731: Fix test_io.check_interrupted_write() (GH-11225)
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.
Diffstat (limited to 'Lib/code.py')
0 files changed, 0 insertions, 0 deletions