Skip to content

Commit 58c6cbb

Browse files
Update configure.rst
1 parent 99ed302 commit 58c6cbb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Doc/using/configure.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,13 @@ General Options
311311

312312
By convention, ``--enable-experimental-jit`` is a shorthand for ``--enable-experimental-jit=yes``.
313313

314+
.. note::
315+
316+
When building CPython with JIT enabled, ensure that your system has Python 3.11 or later installed.
317+
318+
Additionally, note that the JIT compiler is incompatible with the ``--disable-gil`` option.
319+
If ``--disable-gil`` is enabled, the JIT will be disabled at runtime, even if it was compiled in.
320+
314321
.. versionadded:: 3.13
315322

316323
.. option:: PKG_CONFIG

0 commit comments

Comments
 (0)