mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to
make sure that the code using it will be adapted for the new "calloc" field (instead of crashing).
This commit is contained in:
parent
aa0e7afa43
commit
d8f0d922d5
6 changed files with 32 additions and 29 deletions
|
@ -271,4 +271,5 @@ Changes in the Python API
|
|||
Changes in the C API
|
||||
--------------------
|
||||
|
||||
* The :c:type:`PyMemAllocator` structure has a new ``calloc`` field.
|
||||
* The :c:type:`PyMemAllocator` structure was renamed to
|
||||
:c:type:`PyMemAllocatorEx` and a new ``calloc`` field was added.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue