mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
SF Patch #1093896: miscellaneous doc typos
This commit is contained in:
parent
f871d833dd
commit
68804315e0
60 changed files with 103 additions and 102 deletions
|
@ -134,7 +134,7 @@ that \var{TYPE} refers to any C type.
|
|||
In addition, the following macro sets are provided for calling the
|
||||
Python memory allocator directly, without involving the C API functions
|
||||
listed above. However, note that their use does not preserve binary
|
||||
compatibility accross Python versions and is therefore deprecated in
|
||||
compatibility across Python versions and is therefore deprecated in
|
||||
extension modules.
|
||||
|
||||
\cfunction{PyMem_MALLOC()}, \cfunction{PyMem_REALLOC()}, \cfunction{PyMem_FREE()}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue