-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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-123275: Support -Xgil=1
and PYTHON_GIL=1
on non-free-threaded builds
#123276
gh-123275: Support -Xgil=1
and PYTHON_GIL=1
on non-free-threaded builds
#123276
Conversation
Misc/NEWS.d/next/Core_and_Builtins/2024-08-23-18-31-10.gh-issue-123275.DprIrj.rst
Outdated
Show resolved
Hide resolved
…e-123275.DprIrj.rst Co-authored-by: Kirill Podoprigora <[email protected]>
Co-authored-by: Matt Wozniski <[email protected]>
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.
I don't have a strong opinion about this one way or the other. This seems fine to me.
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
Thanks @ZeroIntensity for the PR, and @corona10 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…eaded builds (pythongh-123276) (cherry picked from commit 84ad264) Co-authored-by: Peter Bierma <[email protected]>
GH-123753 is a backport of this pull request to the 3.13 branch. |
@ZeroIntensity I think that we forgot to update test code. cpython/Lib/test/test_cmd_line.py Lines 885 to 914 in b5aa271
Can you update it too? |
Sure, I'll submit a hotfix. Sorry about that! |
No problem, it was my fault since I approved and merged this PR without checking test code. |
FWIW, that test doesn't actually run on default builds. I'll just add a new test next to it to make sure that it works. |
Yeah, I know, but we should add the test when we want to support this feature at the default build, that was what I wanted to mean :) |
cc @godlygeek