[pep703] Py_NOGIL is now Py_GIL_DISABLED after python/cpython#111864
This commit is contained in:
parent
2179ebc927
commit
5a1e77c4de
|
@ -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
|
``--disable-gil`` will be added to the configure script that will build
|
||||||
CPython with support for running without the global interpreter lock.
|
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"
|
macro in Python/patchlevel.h. The ABI tag will include the letter "t"
|
||||||
(for "threading").
|
(for "threading").
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue