Skip to content

Commit 5a1e77c

Browse files
committed
[pep703] Py_NOGIL is now Py_GIL_DISABLED after python/cpython#111864
1 parent 2179ebc commit 5a1e77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0703.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ and python.org downloads. A new build configuration flag,
337337
``--disable-gil`` will be added to the configure script that will build
338338
CPython with support for running without the global interpreter lock.
339339

340-
When built with ``--disable-gil``, CPython will define the ``Py_NOGIL``
340+
When built with ``--disable-gil``, CPython will define the ``Py_GIL_DISABLED``
341341
macro in Python/patchlevel.h. The ABI tag will include the letter "t"
342342
(for "threading").
343343

0 commit comments

Comments
 (0)