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 e7828ed commit 6b33565Copy full SHA for 6b33565
Doc/c-api/memory.rst
@@ -554,7 +554,7 @@ Runtime checks:
554
called on a memory block allocated by :c:func:`PyMem_Malloc`.
555
- Detect write before the start of the buffer (buffer underflow).
556
- Detect write after the end of the buffer (buffer overflow).
557
-- Check that the :term:`GIL <global interpreter lock>` is held when
+- Check that a :term:`thread state` is active when
558
allocator functions of :c:macro:`PYMEM_DOMAIN_OBJ` (ex:
559
:c:func:`PyObject_Malloc`) and :c:macro:`PYMEM_DOMAIN_MEM` (ex:
560
:c:func:`PyMem_Malloc`) domains are called.
0 commit comments