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 2140bde commit f608211Copy full SHA for f608211
Doc/c-api/memory.rst
@@ -327,8 +327,7 @@ The :ref:`default object allocator <default-memory-allocators>` uses the
327
328
.. warning::
329
330
- The :term:`GIL <global interpreter lock>` must be held when using these
331
- functions.
+ A :term:`thread state` must be active when using these functions.
332
333
.. c:function:: void* PyObject_Malloc(size_t n)
334
0 commit comments