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#123276corona10 merged 5 commits intopython:mainfrom
-Xgil=1 and PYTHON_GIL=1 on non-free-threaded builds#123276Conversation
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 <kirill.bast9@mail.ru>
Co-authored-by: Matt Wozniski <godlygeek@gmail.com>
colesbury
left a comment
There was a problem hiding this comment.
I don't have a strong opinion about this one way or the other. This seems fine to me.
|
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 <zintensitydev@gmail.com>
|
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