]> granicus.if.org Git - python/commitdiff
List gc.get_count() in the module docstring.
authorBarry Warsaw <barry@python.org>
Mon, 9 Oct 2006 19:43:24 +0000 (19:43 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 9 Oct 2006 19:43:24 +0000 (19:43 +0000)
Modules/gcmodule.c

index 872727d593206187a7057e3b28794cdbbf35f486..6c5011cabeb0757cdd1e504b83851d13b7030ed3 100644 (file)
@@ -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"