commit | 2ab2afd387084ba38a37f5944fcb0675113b64dc | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Tue Dec 11 11:32:12 2018 +0000 |
committer | GitHub <noreply@github.com> | Tue Dec 11 11:32:12 2018 +0000 |
tree | 20024f565d34bbbeb6ab78d9a024baaace8a6e35 | |
parent | a932d0b496767b5aac14191cbc17093e502b6cb4 [diff] |
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.