We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ed302 commit 58c6cbbCopy full SHA for 58c6cbb
Doc/using/configure.rst
@@ -311,6 +311,13 @@ General Options
311
312
By convention, ``--enable-experimental-jit`` is a shorthand for ``--enable-experimental-jit=yes``.
313
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
321
.. versionadded:: 3.13
322
323
.. option:: PKG_CONFIG
0 commit comments