mirror of
https://github.com/python/cpython.git
synced 2026-05-10 22:50:18 -04:00
eaa3bcc370
_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".