]> granicus.if.org Git - python/commit
Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 2 Jun 2014 19:57:10 +0000 (21:57 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 2 Jun 2014 19:57:10 +0000 (21:57 +0200)
commitd8f0d922d53a8f7bb64c1fda26be386bd2e3d958
tree66af4790c65423eb30cf83fbb35c06a3192bc55e
parentaa0e7afa438d7586353a3338fd350449714e117a
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).
Doc/c-api/memory.rst
Doc/whatsnew/3.5.rst
Include/pymem.h
Modules/_testcapimodule.c
Modules/_tracemalloc.c
Objects/obmalloc.c