This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.peters
Recipients tim.peters
Date 2013-09-06.03:46:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378439184.72.0.614374936253.issue18942@psf.upfronthosting.co.za>
In-reply-to
Content
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 :-)
History
Date User Action Args
2013-09-06 03:46:24tim.peterssetrecipients: + tim.peters
2013-09-06 03:46:24tim.peterssetmessageid: <1378439184.72.0.614374936253.issue18942@psf.upfronthosting.co.za>
2013-09-06 03:46:24tim.peterslinkissue18942 messages
2013-09-06 03:46:24tim.peterscreate