summaryrefslogtreecommitdiff
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2018-12-18 23:52:39 +0100
committerGitHub <noreply@github.com>2018-12-18 23:52:39 +0100
commit05c9d31eb62cc45dc3c55a5cdb7cbc713d0421db (patch)
treeebab2882076c062d0515734909b4eef59430718b /Doc/tutorial
parentb5c8cfa1da17c6f3acac80a0afca7f7104fb9589 (diff)
downloadcpython-git-05c9d31eb62cc45dc3c55a5cdb7cbc713d0421db.tar.gz
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 'Doc/tutorial')
0 files changed, 0 insertions, 0 deletions