mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Fix a grammatical error in pycore_pymem.h (#112993)
This commit is contained in:
parent
794983cd61
commit
9a71750a29
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue