]> granicus.if.org Git - python/commit
_PyObject_DebugMalloc(): The return value should add
authorTim Peters <tim.peters@gmail.com>
Sun, 4 Jun 2006 03:38:04 +0000 (03:38 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 4 Jun 2006 03:38:04 +0000 (03:38 +0000)
commit3eeb17346c26bdb100e6c1c1b778b7b5f83acbba
treec89af45f4cf43b4a9095c166d6c6d4074051aa29
parent9ea89d2a1972a527bee508c3fb8cd42a86908da1
_PyObject_DebugMalloc():  The return value should add
2*sizeof(size_t) now, not 8.  This probably accounts for
current disasters on the 64-bit buildbot slaves.
Objects/obmalloc.c