Issue #18942: sys._debugmallocstats() output was damaged on Windows.
_PyDebugAllocatorStats() called PyOS_snprintf() with a %zd format code, but MS doesn't support that code. Interpolated PY_FORMAT_SIZE_T in place of the "z".
T
Tim Peters committed
eaa3bcc370cffe080e637fc1af592add9ff59793
Parent: 31b862d