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 6b5f1b4 commit 17a058eCopy full SHA for 17a058e
Doc/c-api/memory.rst
@@ -472,7 +472,7 @@ Customize Memory Allocators
472
if the GIL is held when functions of :c:data:`PYMEM_DOMAIN_OBJ` and
473
:c:data:`PYMEM_DOMAIN_MEM` domains are called.
474
475
- .. versionchanged:: 3.8.0
+ .. versionchanged:: 3.8
476
Byte patterns ``0xCB`` (``CLEANBYTE``), ``0xDB`` (``DEADBYTE``) and
477
``0xFB`` (``FORBIDDENBYTE``) have been replaced with ``0xCD``, ``0xDD``
478
and ``0xFD`` to use the same values than Windows CRT debug ``malloc()``
0 commit comments