Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 2, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
blurb add
  • Loading branch information
brandtbucher committed Apr 29, 2025
commit 9b9ff5dad98a49d8cabd13f8e7a96aa692b80c67
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Since free-threaded builds do not support the experimental JIT compiler,
prevent these configurations from being combined.