-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
gh-116738: test dbm.gnu
module on FT Python build
#138467
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
dbm.gnu
module on FT Python build
🤖 New build scheduled with the buildbot fleet by @kumaraditya303 for commit 9a1c8ae 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F138467%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
Thanks @yoney for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
GH-139987 is a backport of this pull request to the 3.14 branch. |
#132749 added critical sections to the
gnu.dbm
object. This PR introduces multi-threaded tests for thedbm.gnu
module.cc: @mpage @colesbury @Yhg1s