https://github.com/python/cpython/commit/210f027d02f2f2a6e953fc3a4c4ebd9dc77563a5 commit: 210f027d02f2f2a6e953fc3a4c4ebd9dc77563a5 branch: main author: Nybblista <170842536+nybbli...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-04-24T16:46:39+03:00 summary:
Fix typo in the garbage_collector.md file (#132803) files: M InternalDocs/garbage_collector.md diff --git a/InternalDocs/garbage_collector.md b/InternalDocs/garbage_collector.md index e4cb9e45c9e96a..6d8fe6323d3152 100644 --- a/InternalDocs/garbage_collector.md +++ b/InternalDocs/garbage_collector.md @@ -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. _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com