From 9a71750a2930ebeac4080a378966aa7fdd4a9b34 Mon Sep 17 00:00:00 2001 From: Joseph Pearson <74079531+JoeyPearson822@users.noreply.github.com> Date: Fri, 12 Jan 2024 17:25:52 -0500 Subject: Fix a grammatical error in `pycore_pymem.h` (#112993) --- Include/internal/pycore_pymem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/internal/pycore_pymem.h b/Include/internal/pycore_pymem.h index 8631ca3..c49742e 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 -- cgit v0.12