]> granicus.if.org Git - python/commit
Nerge 3.3 into default.
authorTim Peters <tim@python.org>
Fri, 6 Sep 2013 04:04:26 +0000 (23:04 -0500)
committerTim Peters <tim@python.org>
Fri, 6 Sep 2013 04:04:26 +0000 (23:04 -0500)
commitb2372959abba41f268674df48da35e1b9f9d3529
tree70d34d3549f941c30237a83fde9586fc6df356b3
parentdb2c6819ba3ca142afc406101b0ba498f387ca66
parenteaa3bcc370cffe080e637fc1af592add9ff59793
Nerge 3.3 into default.

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".
Misc/NEWS
Objects/obmalloc.c