We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e046b commit 713beb2Copy full SHA for 713beb2
Doc/c-api/memory.rst
@@ -139,8 +139,8 @@ Raw Memory Interface
139
====================
140
141
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.
+functions are thread-safe, so a :term:`thread state` does not
+need to be active.
144
145
The :ref:`default raw memory allocator <default-memory-allocators>` uses
146
the following functions: :c:func:`malloc`, :c:func:`calloc`, :c:func:`realloc`
0 commit comments