8000 Fix whatsnew · python/cpython@df97d09 · GitHub
[go: up one dir, main page]

Skip to content

Commit df97d09

Browse files
committed
Fix whatsnew
1 parent 0c2c525 commit df97d09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,8 @@ The ``--enable-experimental-jit`` flag has the following optional values:
946946
The interpreter can be disabled by running with
947947
``PYTHON_JIT=0``.
948948

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

951952
See :pep:`744` for more details.
952953

0 commit comments

Comments
 (0)
0