• Tim Peters's avatar
    Small anal correctness tweaks: · 8a8cdfd0
    Tim Peters authored
    _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).
    8a8cdfd0
obmalloc.c 41.8 KB