summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-06-22 19:13:34 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-06-22 19:13:34 (GMT)
commit5f6213be2d5890d7bc3ba62db58ac1ce0215aaaa (patch)
treee818110e6015c9666cac9d1d3107ca656719811a /Misc
parentf7338f65fb8bdb85c52dc54d06d003a82a06bbb3 (diff)
parent49526f48fc73d3ccdf09d466ed2d39a30e4df9b9 (diff)
downloadcpython-5f6213be2d5890d7bc3ba62db58ac1ce0215aaaa.zip
cpython-5f6213be2d5890d7bc3ba62db58ac1ce0215aaaa.tar.gz
cpython-5f6213be2d5890d7bc3ba62db58ac1ce0215aaaa.tar.bz2
Merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a733354..815df0d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -151,6 +151,9 @@ Library
- Issue #14963: Convert contextlib.ExitStack.__exit__ to use an iterative
algorithm (Patch by Alon Horev)
+- Issue #14785: Add sys._debugmallocstats() to help debug low-level memory
+ allocation issues
+
C-API
-----