Skip to content

Commit e7828ed

Browse files
committed
Change term for PyMem_SetAllocator (again)
1 parent d619387 commit e7828ed

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
@@ -506,8 +506,8 @@ Customize Memory Allocators
506506
:c:func:`Py_InitializeFromConfig` to install a custom memory
507507
allocator. There are no restrictions over the installed allocator
508508
other than the ones imposed by the domain (for instance, the Raw
509-
Domain allows the allocator to be called without the GIL held). See
510-
:ref:`the section on allocator domains <allocator-domains>` for more
509+
Domain allows the allocator to be called without an active :term:`thread state`).
510+
See :ref:`the section on allocator domains <allocator-domains>` for more
511511
information.
512512
513513
* If called after Python has finish initializing (after

0 commit comments

Comments
 (0)