Commit f82f86fe authored by Fred Drake's avatar Fred Drake

Document gc.get_objects().

Closes SF bug #578308.
parent d9973518
......@@ -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).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment