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.