Skip to content

Commit

Permalink
PEP 703: Use 't' for proposed ABI tag (#3445)
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury authored Sep 19, 2023
1 parent 2c0c4b3 commit c972a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions peps/pep-0703.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ and python.org downloads. A new build configuration flag,
CPython with support for running without the global interpreter lock.

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

The ``--disable-gil`` builds of CPython will still support optionally
running with the GIL enabled at runtime (see `PYTHONGIL Environment
Expand Down

0 comments on commit c972a76

Please sign in to comment.