Skip to content

Commit

Permalink
Remove trailing .0 from version changed note (pythonGH-14987)
Browse files Browse the repository at this point in the history
(cherry picked from commit 17a058e)

Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
  • Loading branch information
ncoghlan authored and miss-islington committed Jul 28, 2019
1 parent 76821ba commit 16c2b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ Customize Memory Allocators
if the GIL is held when functions of :c:data:`PYMEM_DOMAIN_OBJ` and
:c:data:`PYMEM_DOMAIN_MEM` domains are called.
.. versionchanged:: 3.8.0
.. versionchanged:: 3.8
Byte patterns ``0xCB`` (``CLEANBYTE``), ``0xDB`` (``DEADBYTE``) and
``0xFB`` (``FORBIDDENBYTE``) have been replaced with ``0xCD``, ``0xDD``
and ``0xFD`` to use the same values than Windows CRT debug ``malloc()``
Expand Down

0 comments on commit 16c2b7f

Please sign in to comment.