8000 Remove trailing .0 from version changed note (GH-14987) · python/cpython@17a058e · GitHub
[go: up one dir, main page]

Skip to content

Commit 17a058e

Browse files
authored
Remove trailing .0 from version changed note (GH-14987)
1 parent 6b5f1b4 commit 17a058e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/memory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ Customize Memory Allocators
472472
if the GIL is held when functions of :c:data:`PYMEM_DOMAIN_OBJ` and
473473
:c:data:`PYMEM_DOMAIN_MEM` domains are called.
474474
475-
.. versionchanged:: 3.8.0
475+
.. versionchanged:: 3.8
476476
Byte patterns ``0xCB`` (``CLEANBYTE``), ``0xDB`` (``DEADBYTE``) and
477477
``0xFB`` (``FORBIDDENBYTE``) have been replaced with ``0xCD``, ``0xDD``
478478
and ``0xFD`` to use the same values than Windows CRT debug ``malloc()``

0 commit comments

Comments
 (0)
0