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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18942>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to