mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
7 lines
385 B
ReStructuredText
7 lines
385 B
ReStructuredText
Change how to use the tier 2 interpreter. Instead of running Python with
|
|
``-X uops`` or setting the environment variable ``PYTHON_UOPS=1``, this
|
|
choice is now made at build time by configuring with
|
|
``--enable-experimental-jit=interpreter``.
|
|
|
|
**Beware!** This changes the environment variable to enable or disable
|
|
micro-ops to ``PYTHON_JIT``. The old ``PYTHON_UOPS`` is no longer used.
|