mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-108223: Refer to PEP 703 as Free Threading (#112780)
This commit is contained in:
parent
00cce0fe49
commit
f8852634ed
2 changed files with 5 additions and 2 deletions
|
@ -292,7 +292,10 @@ General Options
|
|||
.. option:: --disable-gil
|
||||
|
||||
Enables **experimental** support for running Python without the
|
||||
:term:`global interpreter lock` (GIL).
|
||||
:term:`global interpreter lock` (GIL): free threading build.
|
||||
|
||||
Defines the ``Py_GIL_DISABLED`` macro and adds ``"t"`` to
|
||||
:data:`sys.abiflags`.
|
||||
|
||||
See :pep:`703` "Making the Global Interpreter Lock Optional in CPython".
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue