diff options
author | Tim Peters <tim@python.org> | 2013-09-06 04:04:26 (GMT) |
---|---|---|
committer | Tim Peters <tim@python.org> | 2013-09-06 04:04:26 (GMT) |
commit | b2372959abba41f268674df48da35e1b9f9d3529 (patch) | |
tree | 70d34d3549f941c30237a83fde9586fc6df356b3 /Lib/urllib | |
parent | db2c6819ba3ca142afc406101b0ba498f387ca66 (diff) | |
parent | eaa3bcc370cffe080e637fc1af592add9ff59793 (diff) | |
download | cpython-b2372959abba41f268674df48da35e1b9f9d3529.zip cpython-b2372959abba41f268674df48da35e1b9f9d3529.tar.gz cpython-b2372959abba41f268674df48da35e1b9f9d3529.tar.bz2 |
Nerge 3.3 into default.
Issue #18942: sys._debugmallocstats() output was damaged on Windows.
_PyDebugAllocatorStats() called PyOS_snprintf() with a %zd format
code, but MS doesn't support that code. Interpolated
PY_FORMAT_SIZE_T in place of the "z".
Diffstat (limited to 'Lib/urllib')
0 files changed, 0 insertions, 0 deletions