commit | 3eeb17346c26bdb100e6c1c1b778b7b5f83acbba | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sun Jun 04 03:38:04 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sun Jun 04 03:38:04 2006 +0000 |
tree | c89af45f4cf43b4a9095c166d6c6d4074051aa29 | |
parent | 9ea89d2a1972a527bee508c3fb8cd42a86908da1 [diff] |
_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.