Staging
v0.5.1
https://github.com/python/cpython
Revision b2372959abba41f268674df48da35e1b9f9d3529 authored by Tim Peters on 06 September 2013, 04:04:26 UTC, committed by Tim Peters on 06 September 2013, 04:04:26 UTC
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".
2 parent s db2c681 + eaa3bcc
History
Tip revision: b2372959abba41f268674df48da35e1b9f9d3529 authored by Tim Peters on 06 September 2013, 04:04:26 UTC
Nerge 3.3 into default.
Tip revision: b237295
File Mode Size
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 584 bytes
.gitignore -rw-r--r-- 960 bytes
.hgeol -rw-r--r-- 713 bytes
.hgignore -rw-r--r-- 1.2 KB
.hgtags -rw-r--r-- 5.6 KB
.hgtouch -rw-r--r-- 1.2 KB
LICENSE -rw-r--r-- 14.7 KB
Makefile.pre.in -rw-r--r-- 50.4 KB
README -rw-r--r-- 6.6 KB
config.guess -rwxr-xr-x 43.8 KB
config.sub -rwxr-xr-x 34.8 KB
configure -rwxr-xr-x 430.3 KB
configure.ac -rw-r--r-- 132.9 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 39.5 KB
setup.py -rw-r--r-- 92.5 KB

README

back to top