Skip to content

Commit

Permalink
Fix whatsnew
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed May 2, 2024
1 parent 0c2c525 commit df97d09
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit df97d09

Please sign in to comment.