Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

GH-133171: Prevent combinations of--disable-gil and--enable-experimental-jit (for now)#133179

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
brandtbucher merged 4 commits intopython:mainfrombrandtbucher:nogil-means-nojit
May 2, 2025

Conversation

brandtbucher
Copy link
Member

@brandtbucherbrandtbucher commentedApr 30, 2025
edited by bedevere-appbot
Loading

...I do not think it means what you think it means.

@brandtbucherbrandtbucher added buildThe build process and cross-build topic-free-threading topic-JIT labelsApr 30, 2025
@brandtbucherbrandtbucher self-assigned thisApr 30, 2025
@bedevere-appbedevere-appbot mentioned this pull requestApr 30, 2025
7 tasks
@brandtbucherbrandtbucher changed the titleGH-133171: Prevent combinations of--disable-gil *and*--enable-experimental-jit (for now)GH-133171: Prevent combinations of--disable-gil and--enable-experimental-jit (for now)Apr 30, 2025
@brandtbucher
Copy link
MemberAuthor

Probably gonna conflict withGH-131751.@savannahostrowski, you can land that one first.

savannahostrowski reacted with thumbs up emoji

@@ -123,6 +123,13 @@ if "%do_pgo%" EQU "true" if "%platf%" EQU "x64" (
)
)

if "%UseDisableGil%" EQU "true" if "%UseTIER2%" NEQ "" (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Strictly speaking this would be better as target in pythoncore.vcxproj (see the existing_WarnAboutZlib for example), since there's norequirement to use the batch file, and it's very easy to bypass it. (The same goes for the PGO warning above, I don't remember when that was added.)

But it's not a big deal. It's relatively temporary code anyway

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Yeah, this will only be around for 3.14. I could just put an#error in the C source or whatever, but I figure failing early is best.

Besides, it's not like there's anythingwrong with enabling both features. It just doesn't work the way you'd expect.

zooba reacted with thumbs up emoji
@brandtbucherbrandtbucher merged commit2da48e3 intopython:mainMay 2, 2025
57 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@zoobazoobazooba left review comments

@savannahostrowskisavannahostrowskiAwaiting requested review from savannahostrowskisavannahostrowski is a code owner

@erlend-aaslanderlend-aaslandAwaiting requested review from erlend-aaslanderlend-aasland is a code owner

@corona10corona10Awaiting requested review from corona10corona10 is a code owner

Assignees

@brandtbucherbrandtbucher

Labels
buildThe build process and cross-buildtopic-free-threadingtopic-JIT
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@brandtbucher@zooba

[8]ページ先頭

©2009-2025 Movatter.jp