File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,9 +103,9 @@ The :mod:`gc` module provides the following functions:
103
103
allocations minus the number of deallocations exceeds *threshold0 *, collection
104
104
starts. Initially only generation ``0 `` is examined. If generation ``0 `` has
105
105
been examined more than *threshold1 * times since generation ``1 `` has been
106
- examined, then generation ``1 `` is examined as well. Similarly, * threshold2 *
107
- controls the number of collections of generation `` 1 `` before collecting
108
- generation `` 2 `` .
106
+ examined, then generation ``1 `` is examined as well.
107
+ With the third generation, things are a bit more complicated,
108
+ see ` Collecting the oldest generation < https://devguide.python.org/garbage_collector/#collecting-the-oldest-generation >`_ for more information .
109
109
110
110
111
111
.. function :: get_count()
You can’t perform that action at this time.
0 commit comments