mirror of
https://github.com/python/cpython.git
synced 2026-05-31 08:39:49 -04:00
8a8cdfd0f5
_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).