Skip to content

Commit bd54618

Browse files
committed
Also patch up news blurb for pythongh-118339
1 parent 8eb5a4d commit bd54618

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Misc/NEWS.d/next/Core and Builtins/2024-04-26-14-06-18.gh-issue-118335.SRFsxO.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ Change how to use the tier 2 interpreter. Instead of running Python with
22
``-X uops`` or setting the environment variable ``PYTHON_UOPS=1``, this
33
choice is now made at build time by configuring with
44
``--enable-experimental-jit=interpreter``.
5+
6+
**Beware!** This changes the environment variable to enable or disable
7+
micro-ops to ``PYTHON_JIT``. The old ``PYTHON_UOPS`` is no longer used.

0 commit comments

Comments
 (0)