Skip to content

Commit

Permalink
[pep703] Py_NOGIL is now Py_GIL_DISABLED after python/cpython#111864
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed Mar 6, 2024
1 parent 2179ebc commit 5a1e77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peps/pep-0703.rst
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ and python.org downloads. A new build configuration flag,
``--disable-gil`` will be added to the configure script that will build
CPython with support for running without the global interpreter lock.

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

Expand Down

0 comments on commit 5a1e77c

Please sign in to comment.