Message197048
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 :-) |
|
Date |
User |
Action |
Args |
2013-09-06 03:46:24 | tim.peters | set | recipients:
+ tim.peters |
2013-09-06 03:46:24 | tim.peters | set | messageid: <1378439184.72.0.614374936253.issue18942@psf.upfronthosting.co.za> |
2013-09-06 03:46:24 | tim.peters | link | issue18942 messages |
2013-09-06 03:46:24 | tim.peters | create | |
|