-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
test_multiprocessing_spawn: test_interrupt() fails randomly #133744
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
Labels
Comments
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
May 9, 2025
Add an event to synchronize the parent process with the child process: wait until the child process starts sleeping.
The SIGINT was received in early multiprocessing setup code:
I propose #133746 to fix the test. |
vstinner
added a commit
that referenced
this issue
May 12, 2025
Add an event to synchronize the parent process with the child process: wait until the child process starts sleeping.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 12, 2025
…thonGH-133746) Add an event to synchronize the parent process with the child process: wait until the child process starts sleeping. (cherry picked from commit c2989b7) Co-authored-by: Victor Stinner <[email protected]>
This was referenced May 12, 2025
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
May 12, 2025
…thon#133746) Add an event to synchronize the parent process with the child process: wait until the child process starts sleeping. (cherry picked from commit c2989b7)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On a Free Threading build when tests are run in parallel (
-F -j14
) to stress the test:Python installed from the Python-3.14.0b1 tarball with:
Linked PRs
The text was updated successfully, but these errors were encountered: