mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
#23957: fix typo.
This commit is contained in:
parent
0f2f3bc9db
commit
5be7f1513d
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ Customize Memory Allocators
|
||||||
:c:func:`PyObject_Free`
|
:c:func:`PyObject_Free`
|
||||||
|
|
||||||
Newly allocated memory is filled with the byte ``0xCB``, freed memory is
|
Newly allocated memory is filled with the byte ``0xCB``, freed memory is
|
||||||
filled with the byte ``0xDB``. Additionnal checks:
|
filled with the byte ``0xDB``. Additional checks:
|
||||||
|
|
||||||
- detect API violations, ex: :c:func:`PyObject_Free` called on a buffer
|
- detect API violations, ex: :c:func:`PyObject_Free` called on a buffer
|
||||||
allocated by :c:func:`PyMem_Malloc`
|
allocated by :c:func:`PyMem_Malloc`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue