mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Fix typo.
This commit is contained in:
parent
45cd4ff95d
commit
2e4fd3765f
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ dynamically allocated memory blocks. The special bit patterns are:
|
|||
|
||||
#define CLEANBYTE 0xCB /* clean (newly allocated) memory */
|
||||
#define DEADBYTE 0xDB /* dead (newly freed) memory */
|
||||
#define FORBIDDENBYTE 0xFB /* fordidden -- untouchable bytes */
|
||||
#define FORBIDDENBYTE 0xFB /* forbidden -- untouchable bytes */
|
||||
|
||||
Strings of these bytes are unlikely to be valid addresses, floats, or 7-bit
|
||||
ASCII strings.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue