]> granicus.if.org Git - python/commit
http://bugs.python.org/issue6836
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 28 Sep 2009 13:12:38 +0000 (13:12 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 28 Sep 2009 13:12:38 +0000 (13:12 +0000)
commit02ca57ce4c728c4a18d31a6a3f2681bcd1aea2da
treee8324025b807032f476c398675dc7a162c2440de
parentd12f86ce96d3aeb91e9c7f010e303bbc1b8d14da
http://bugs.python.org/issue6836
The debug memory api now keeps track of which external API (PyMem_* or PyObject_*) was used to allocate each block and treats any API violation as an error.  Added separate _PyMem_DebugMalloc functions for the Py_Mem API instead of having it use the _PyObject_DebugMalloc functions.
Include/objimpl.h
Include/pymem.h
Objects/obmalloc.c