From: Barry Warsaw Date: Mon, 9 Oct 2006 19:42:33 +0000 (+0000) Subject: List gc.get_count() in the module docstring. X-Git-Tag: v2.5.1c1~335 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bf550138d73f9b8e592467f7219de6f6d195142;p=python List gc.get_count() in the module docstring. --- diff --git a/Modules/gcmodule.c b/Modules/gcmodule.c index 872727d593..6c5011cabe 100644 --- a/Modules/gcmodule.c +++ b/Modules/gcmodule.c @@ -1179,6 +1179,7 @@ PyDoc_STRVAR(gc__doc__, "disable() -- Disable automatic garbage collection.\n" "isenabled() -- Returns true if automatic collection is enabled.\n" "collect() -- Do a full collection right now.\n" +"get_count() -- Return the current collection counts.\n" "set_debug() -- Set debugging flags.\n" "get_debug() -- Get debugging flags.\n" "set_threshold() -- Set the collection thresholds.\n"