]> granicus.if.org Git - python/commitdiff
Document gc.get_objects().
authorFred Drake <fdrake@acm.org>
Wed, 10 Jul 2002 19:21:07 +0000 (19:21 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 10 Jul 2002 19:21:07 +0000 (19:21 +0000)
Closes SF bug #578308.

Doc/lib/libgc.tex

index 67ac64f7e48eb541b6206143494b985d3534b9b4..310c5822b8c7b3f927c0bd4a96be742657268770 100644 (file)
@@ -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).