8000 gh-118335: Rename --experimental-interpreter on Windows to --experimental-jit-interpreter by gvanrossum · Pull Request #118497 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-118335: Rename --experimental-interpreter on Windows to --experimental-jit-interpreter #118497

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 2 commits into from
May 2, 2024
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
Fix whatsnew
  • Loading branch information
gvanrossum committed May 2, 2024
commit df97d09464e076c516b19f41224081f9ef06a0d7
3 changes: 2 additions & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,8 @@ The ``--enable-experimental-jit`` flag has the following optional values:
The interpreter can be disabled by running with
``PYTHON_JIT=0``.

(On Windows, use ``PCbuild/build.bat --enable-jit`` to enable the JIT.)
(On Windows, use ``PCbuild/build.bat --experimental-jit`` to enable the JIT
or ``--experimental-jit-interpreter`` to enable the Tier 2 interpreter.)

See :pep:`744` for more details.

Expand Down
Loading
0