| commit | 49526f48fc73d3ccdf09d466ed2d39a30e4df9b9 | [log] [tgz] |
|---|---|---|
| author | David Malcolm <dmalcolm@redhat.com> | Fri Jun 22 14:55:41 2012 -0400 |
| committer | David Malcolm <dmalcolm@redhat.com> | Fri Jun 22 14:55:41 2012 -0400 |
| tree | 51ac80c4d09ca4a537518555710423675a6ac731 | |
| parent | 69cf913ba110de2eb773c030b1dd606456ac5831 [diff] [blame] |
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
diff --git a/Misc/NEWS b/Misc/NEWS index af1e26c..f1c3cd2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -147,6 +147,9 @@ - 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 -----