]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35426: Eliminate race condition in test_interprocess_signal (GH-11087)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Dec 2018 11:50:34 +0000 (03:50 -0800)
committerGitHub <noreply@github.com>
Tue, 11 Dec 2018 11:50:34 +0000 (03:50 -0800)
commitf7404a5a08b70ec171279a277c1817e82430fa83
tree394ff1e4f24f53856a2bdbd556a74e94f0b87d9c
parent45a31a1ec11e75cd0ef487dd4cea7f9fc4f885c8
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.
(cherry picked from commit 2ab2afd387084ba38a37f5944fcb0675113b64dc)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/test/signalinterproctester.py