[issue18942] _debugmallocstats() gibberish output on Windows

2013-09-05 Thread Tim Peters
Changes by Tim Peters : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue18942] _debugmallocstats() gibberish output on Windows

2013-09-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset d95cc29ea94e by Tim Peters in branch '3.3': Issue #18942: sys._debugmallocstats() output was damaged on Windows. http://hg.python.org/cpython/rev/d95cc29ea94e New changeset 43f772554872 by Tim Peters in branch 'default': Nerge 3.3 into default. http

[issue18942] _debugmallocstats() gibberish output on Windows

2013-09-05 Thread Tim Peters
New submission from Tim Peters: On Windows, _debugmallocstats() output ends with lines like this: 0 free 12-sized PyTupleObjects * zd bytes each =0 0 free 13-sized PyTupleObjects * zd bytes each =0 "zd" is senseless. Betting it's due to using a %zd f