[Python-checkins] r52255 - python/trunk/Modules/gcmodule.c

barry.warsaw python-checkins at python.org
Mon Oct 9 21:43:25 CEST 2006


Author: barry.warsaw
Date: Mon Oct 9 21:43:24 2006
New Revision: 52255
Modified:
 python/trunk/Modules/gcmodule.c
Log:
List gc.get_count() in the module docstring.
Modified: python/trunk/Modules/gcmodule.c
==============================================================================
--- python/trunk/Modules/gcmodule.c	(original)
+++ python/trunk/Modules/gcmodule.c	Mon Oct 9 21:43:24 2006
@@ -1179,6 +1179,7 @@
 "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"


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /