diff options
author | Guido van Rossum <guido@python.org> | 2024-05-02 00:48:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-02 00:48:34 (GMT) |
commit | a37b0932285b5e883b13a46ff2a32f15d7339894 (patch) | |
tree | 3c66cb373d20775593120471bfe1a4be12f8f634 /Doc | |
parent | 526ca4c09eed63e19ea5ffc46a76c5d8077a8bc9 (diff) | |
download | cpython-a37b0932285b5e883b13a46ff2a32f15d7339894.zip cpython-a37b0932285b5e883b13a46ff2a32f15d7339894.tar.gz cpython-a37b0932285b5e883b13a46ff2a32f15d7339894.tar.bz2 |
gh-118335: Rename --experimental-interpreter on Windows to --experimental-jit-interpreter (#118497)
Also fix docs for this in whatsnew.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.13.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index d67df81..52fb975 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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. |