summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim@python.org>2013-09-06 03:57:04 (GMT)
committerTim Peters <tim@python.org>2013-09-06 03:57:04 (GMT)
commiteaa3bcc370cffe080e637fc1af592add9ff59793 (patch)
treed4734499127a58ba7bae2fba2486da3127e4d51b /Misc
parent31b862d40bd154afcc82acf49c746b8bbee2f6be (diff)
downloadcpython-eaa3bcc370cffe080e637fc1af592add9ff59793.zip
cpython-eaa3bcc370cffe080e637fc1af592add9ff59793.tar.gz
cpython-eaa3bcc370cffe080e637fc1af592add9ff59793.tar.bz2
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 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5439b74..8052c6b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.3.3 release candidate 1?
Core and Builtins
-----------------
+- Issue #18942: sys._debugmallocstats() output was damaged on Windows.
+
- Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions.
- Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc()