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 6b33565 commit 6230177Copy full SHA for 6230177
Doc/c-api/memory.rst
@@ -619,7 +619,7 @@ PYMEM_CLEANBYTE (meaning uninitialized memory is getting used).
619
The :c:func:`PyMem_SetupDebugHooks` function now also works on Python
620
compiled in release mode. On error, the debug hooks now use
621
:mod:`tracemalloc` to get the traceback where a memory block was allocated.
622
- The debug hooks now also check if the GIL is held when functions of
+ The debug hooks now also check if a :term:`thread state` is active when functions of
623
:c:macro:`PYMEM_DOMAIN_OBJ` and :c:macro:`PYMEM_DOMAIN_MEM` domains are
624
called.
625
0 commit comments