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
Raw File
Tip revision: b2372959abba41f268674df48da35e1b9f9d3529 authored by Tim Peters on 06 September 2013, 04:04:26 UTC
Nerge 3.3 into default.
Tip revision: b237295
.bzrignore
ยด.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top