Staging
v0.8.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
c-api
data
distutils
extending
faq
howto
includes
install
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 6.9 KB
README.txt -rw-r--r-- 5.1 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 3.3 KB
conf.py -rw-r--r-- 5.9 KB
contents.rst -rw-r--r-- 415 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 38.8 KB
license.rst -rw-r--r-- 47.5 KB
make.bat -rw-r--r-- 1.5 KB

README.txt

back to top