From: Joseph Pearson <74079531+JoeyPearson822@users.noreply.github.com> Date: Fri, 12 Jan 2024 22:25:52 +0000 (-0500) Subject: Fix a grammatical error in `pycore_pymem.h` (#112993) X-Git-Tag: v3.13.0a3~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a71750a2930ebeac4080a378966aa7fdd4a9b34;p=thirdparty%2FPython%2Fcpython.git Fix a grammatical error in `pycore_pymem.h` (#112993) --- diff --git a/Include/internal/pycore_pymem.h b/Include/internal/pycore_pymem.h index 8631ca34a5e6..c49742e177a1 100644 --- a/Include/internal/pycore_pymem.h +++ b/Include/internal/pycore_pymem.h @@ -64,7 +64,7 @@ extern int _PyMem_SetDefaultAllocator( - PYMEM_FORBIDDENBYTE: untouchable bytes at each end of a block Byte patterns 0xCB, 0xDB and 0xFB have been replaced with 0xCD, 0xDD and - 0xFD to use the same values than Windows CRT debug malloc() and free(). + 0xFD to use the same values as Windows CRT debug malloc() and free(). If modified, _PyMem_IsPtrFreed() should be updated as well. */ #define PYMEM_CLEANBYTE 0xCD #define PYMEM_DEADBYTE 0xDD