Skip to content

Commit 713beb2

Browse files
committed
Change term for raw memory interface
1 parent 94e046b commit 713beb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/memory.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ Raw Memory Interface
139139
====================
140140

141141
The following function sets are wrappers to the system allocator. These
142-
functions are thread-safe, the :term:`GIL <global interpreter lock>` does not
143-
need to be held.
142+
functions are thread-safe, so a :term:`thread state` does not
143+
need to be active.
144144

145145
The :ref:`default raw memory allocator <default-memory-allocators>` uses
146146
the following functions: :c:func:`malloc`, :c:func:`calloc`, :c:func:`realloc`

0 commit comments

Comments
 (0)