-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
gh-116749: Disable GIL by default in free-threaded build #118295
Conversation
Switch GIL to disabled by default in free-threaded build so that the free-threaded CIs catch thread-safety issues.
!buildbot nogil |
🤖 New build scheduled with the buildbot fleet by @colesbury for commit 9fc88f4 🤖 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
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.
Sweet!!
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.
Exciting 😃
Historical moment! |
Cool! |
Switch GIL to disabled by default in free-threaded build so that the free-threaded CIs catch thread-safety issues.