]> granicus.if.org Git - python/commit
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation...
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 22 Jun 2012 18:55:41 +0000 (14:55 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Fri, 22 Jun 2012 18:55:41 +0000 (14:55 -0400)
commit49526f48fc73d3ccdf09d466ed2d39a30e4df9b9
tree51ac80c4d09ca4a537518555710423675a6ac731
parent69cf913ba110de2eb773c030b1dd606456ac5831
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
24 files changed:
Doc/library/sys.rst
Include/dictobject.h
Include/floatobject.h
Include/frameobject.h
Include/listobject.h
Include/methodobject.h
Include/object.h
Include/objimpl.h
Include/setobject.h
Include/tupleobject.h
Lib/test/test_sys.py
Misc/NEWS
Objects/classobject.c
Objects/dictobject.c
Objects/floatobject.c
Objects/frameobject.c
Objects/listobject.c
Objects/methodobject.c
Objects/object.c
Objects/obmalloc.c
Objects/setobject.c
Objects/tupleobject.c
Python/pythonrun.c
Python/sysmodule.c