From 58c6cbb76db7095be3f8863a7608939c905cbaa9 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Wed, 29 Jan 2025 17:27:55 +0000 Subject: [PATCH] Update configure.rst --- Doc/using/configure.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index b58532acc4b322..faf93f63174bf6 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -311,6 +311,13 @@ General Options By convention, ``--enable-experimental-jit`` is a shorthand for ``--enable-experimental-jit=yes``. + .. note:: + + When building CPython with JIT enabled, ensure that your system has Python 3.11 or later installed. + + Additionally, note that the JIT compiler is incompatible with the ``--disable-gil`` option. + If ``--disable-gil`` is enabled, the JIT will be disabled at runtime, even if it was compiled in. + .. versionadded:: 3.13 .. option:: PKG_CONFIG