[New-bugs-announce] [issue18942] _debugmallocstats() gibberish output on Windows

Tim Peters report at bugs.python.org
Fri Sep 6 05:46:24 CEST 2013


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 format code, which MS doesn't support (but Python itself supports in other printf-like functions, like PyErr_Format()).  I'll track it down and fix it :-)

----------
assignee: tim.peters
messages: 197048
nosy: tim.peters
priority: normal
severity: normal
stage: needs patch
status: open
title: _debugmallocstats() gibberish output on Windows
type: behavior
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18942>
_______________________________________


More information about the New-bugs-announce mailing list