Thanks to visit codestin.com Credit goes to github.com
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.
pycore_pymem.h
1 parent 794983c commit 9a71750Copy full SHA for 9a71750
1 file changed
Include/internal/pycore_pymem.h
@@ -64,7 +64,7 @@ extern int _PyMem_SetDefaultAllocator(
64
- PYMEM_FORBIDDENBYTE: untouchable bytes at each end of a block
65
66
Byte patterns 0xCB, 0xDB and 0xFB have been replaced with 0xCD, 0xDD and
67
- 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().
68
If modified, _PyMem_IsPtrFreed() should be updated as well. */
69
#define PYMEM_CLEANBYTE 0xCD
70
#define PYMEM_DEADBYTE 0xDD
0 commit comments