-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
gh-137093: Fix race condition in test_embed.test_bpo20891
#137094
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
!buildbot nogil |
🤖 New build scheduled with the buildbot fleet by @ZeroIntensity for commit 166cfd7 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F137094%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
Thanks @ZeroIntensity for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Thanks @ZeroIntensity for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @ZeroIntensity, I could not cleanly backport this to
|
Sorry, @ZeroIntensity, I could not cleanly backport this to
|
I'm not going to bother with manually backporting. The whole reason we backport tests is to prevent conflicts, but since there are already conflicts, it doesn't matter. |
Use a
PyEvent
instead of a lock to fix a race on the free-threaded build.test_embed.test_bpo20891
is racy under free-threading #137093