From: Fred Drake Date: Wed, 10 Jul 2002 19:21:55 +0000 (+0000) Subject: Document gc.get_objects(). X-Git-Tag: v2.2.2b1~275 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc14fb7b5303fc7ba6084b37d6cd6f55a321e638;p=thirdparty%2FPython%2Fcpython.git Document gc.get_objects(). Closes SF bug #578308. --- diff --git a/Doc/lib/libgc.tex b/Doc/lib/libgc.tex index b332fe22dcac..f550859c95d6 100644 --- a/Doc/lib/libgc.tex +++ b/Doc/lib/libgc.tex @@ -51,6 +51,12 @@ operations to control debugging. Return the debugging flags currently set. \end{funcdesc} +\begin{funcdesc}{get_objects}{} +Returns a list of all objects tracked by the collector, excluding the +list returned. +\versionadded{2.2} +\end{funcdesc} + \begin{funcdesc}{set_threshold}{threshold0\optional{, threshold1\optional{, threshold2}}} Set the garbage collection thresholds (the collection frequency).