-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-105603: Change the PyInterpreterConfig.own gil Field #105620
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-105603: Change the PyInterpreterConfig.own gil Field #105620
Conversation
@Yhg1s, I'd really like to make this change in 3.12 as well, given the chance that no-gil could tie into this. It's new in 3.12 so there shouldn't be much of a compatibility problem. Any objections? |
Thanks @ericsnowcurrently for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
GH-105731 is a backport of this pull request to the 3.12 branch. |
…gh-105620) We are changing it to be more flexible that a strict bool can be for possible future expanded used cases. (cherry picked from commit b97e14a) Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
|
We are changing it to be more flexible that a strict bool can be for possible future expanded used cases.