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 d619387 commit e7828edCopy full SHA for e7828ed
Doc/c-api/memory.rst
@@ -506,8 +506,8 @@ Customize Memory Allocators
506
:c:func:`Py_InitializeFromConfig` to install a custom memory
507
allocator. There are no restrictions over the installed allocator
508
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
+ Domain allows the allocator to be called without an active :term:`thread state`).
+ See :ref:`the section on allocator domains <allocator-domains>` for more
511
information.
512
513
* If called after Python has finish initializing (after
0 commit comments