8000 GH-109975: Copyedit 3.13 What's New: New Features by AA-Turner · Pull Request #122990 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-109975: Copyedit 3.13 What's New: New Features #122990

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 8 commits into from
Aug 15, 2024
Merged
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Cite Tools/jit/README.md
  • Loading branch information
AA-Turner committed Aug 15, 2024
commit 08383bd8c025f5f6969392f4930b8681d922fbf2
4 changes: 4 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@ the :option:`!--enable-experimental-jit` option,
a just-in-time (JIT) compiler is added which may speed up some Python programs.
On Windows, use ``PCbuild/build.bat --experimental-jit`` to enable the JIT
or ``--experimental-jit-interpreter`` to enable the Tier 2 interpreter.
Build requirements and further supporting information `are contained at`__
:file:`Tools/jit/README.md`.

__ https://github.com/python/cpython/blob/main/Tools/jit/README.md

The :option:`!--enable-experimental-jit` option takes these (optional) values,
defaulting to ``yes`` if :option:`!--enable-experimental-jit` is present
Expand Down
Loading
0