]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Document gc.get_objects().
authorFred Drake <fdrake@acm.org>
Wed, 10 Jul 2002 19:21:55 +0000 (19:21 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 10 Jul 2002 19:21:55 +0000 (19:21 +0000)
Closes SF bug #578308.

Doc/lib/libgc.tex

index b332fe22dcacd4879dbe1b9d81e291024e20f724..f550859c95d664785b5f199c700fa8b32c363c3a 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).