-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-35426: Eliminate race condition in test_interprocess_signal #11087
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
GH-11113 is a backport of this pull request to the 3.7 branch. |
…onGH-11087) The test only except SIGUSR1Exception inside wait_signal(), but the signal can be sent during subprocess_send_signal() call. (cherry picked from commit 2ab2afd) Co-authored-by: Pablo Galindo <[email protected]>
GH-11114 is a backport of this pull request to the 3.6 branch. |
…onGH-11087) The test only except SIGUSR1Exception inside wait_signal(), but the signal can be sent during subprocess_send_signal() call. (cherry picked from commit 2ab2afd) Co-authored-by: Pablo Galindo <[email protected]>
…1087) The test only except SIGUSR1Exception inside wait_signal(), but the signal can be sent during subprocess_send_signal() call. (cherry picked from commit 2ab2afd) Co-authored-by: Pablo Galindo <[email protected]>
…1087) The test only except SIGUSR1Exception inside wait_signal(), but the signal can be sent during subprocess_send_signal() call. (cherry picked from commit 2ab2afd) Co-authored-by: Pablo Galindo <[email protected]>
https://bugs.python.org/issue35426