mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix typo in the garbage_collector.md file (#132803)
This commit is contained in:
parent
580888927c
commit
210f027d02
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ superset of any unreachable cycle including that object, we are guaranteed that
|
|||
transitive closure cannot contain any partial cycles.
|
||||
We can exclude scanned objects, as they must have been reachable when scanned.
|
||||
If a scanned object becomes part of an unreachable cycle after being scanned, it will
|
||||
not be collected this at this time, but it will be collected in the next full scavenge.
|
||||
not be collected at this time, but it will be collected in the next full scavenge.
|
||||
|
||||
> [!NOTE]
|
||||
> The GC implementation for the free-threaded build does not use incremental collection.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue