-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-117474: Skip GIL test in free-threaded build #117475
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
In the free-threaded build, the GIL will typically be disabled so py-bt will not show threads waiting on the GIL.
!buildbot nogil |
🤖 New build scheduled with the buildbot fleet by @colesbury for commit 3aa402a 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
!buildbot nogil |
🤖 New build scheduled with the buildbot fleet by @colesbury for commit 376051b 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
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!
In the free-threaded build, the GIL will typically be disabled so `py-bt` will not show threads waiting on the GIL.
In the free-threaded build, the GIL will typically be disabled so
py-bt
will not show threads waiting on the GIL.test_gdb.test_backtrace.test_threads
in free-threaded build #117474