]> granicus.if.org Git - python/commit
Issue #16351: New function gc.get_stats() returns per-generation collection statistics.
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 30 Oct 2012 21:43:19 +0000 (22:43 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 30 Oct 2012 21:43:19 +0000 (22:43 +0100)
commitd4156c16938fe1df957f4cf86420ae5da73dd3f8
tree4fa395468950ad78eab189b1aab4bbcb53286d91
parentd2217a83d4e2ee9aec1a0bf590820aa77b7ed5e7
Issue #16351: New function gc.get_stats() returns per-generation collection statistics.
Doc/library/gc.rst
Lib/test/test_gc.py
Misc/NEWS
Modules/gcmodule.c