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 6606ae2 commit c85e092Copy full SHA for c85e092
Doc/using/configure.rst
@@ -294,7 +294,7 @@ General Options
294
Enables **experimental** support for running Python without the
295
:term:`global interpreter lock` (GIL): free threading build.
296
297
- Define the ``Py_GIL_DISABLED`` macro and add ``"t"`` to
+ Defines the ``Py_GIL_DISABLED`` macro and adds ``"t"`` to
298
:data:`sys.abiflags`.
299
300
See :pep:`703` "Making the Global Interpreter Lock Optional in CPython".
0 commit comments