]> granicus.if.org Git - python/commit
bpo-35426: Eliminate race condition in test_interprocess_signal (GH-11087)
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 11 Dec 2018 11:32:12 +0000 (11:32 +0000)
committerGitHub <noreply@github.com>
Tue, 11 Dec 2018 11:32:12 +0000 (11:32 +0000)
commit2ab2afd387084ba38a37f5944fcb0675113b64dc
tree20024f565d34bbbeb6ab78d9a024baaace8a6e35
parenta932d0b496767b5aac14191cbc17093e502b6cb4
bpo-35426: Eliminate race condition in test_interprocess_signal (GH-11087)

The test only except SIGUSR1Exception inside wait_signal(), but the signal can be sent during subprocess_send_signal() call.
Lib/test/signalinterproctester.py