]> granicus.if.org Git - python/commit
Small anal correctness tweaks:
authorTim Peters <tim.peters@gmail.com>
Fri, 12 Apr 2002 20:49:36 +0000 (20:49 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 12 Apr 2002 20:49:36 +0000 (20:49 +0000)
commit8a8cdfd0f5fac3f340881c9a993d1e2688ef6641
tree60aa4f1ddd46bbf2a5968e34fedbc7d1cc3f1695
parentd4c0e5fd5b87de56f6e66edb5d120eee59405f33
Small anal correctness tweaks:

_PyObject_DebugMalloc:  explicitly cast PyObject_Malloc's result to the
target pointer type.

_PyObject_DebugDumpStats:  change decl of arena_alignment from unsigned
int to unsigned long.

This is for the 2.3 release only (it's new code).
Objects/obmalloc.c