Skip to content

Commit 1c2030a

Browse files
committed
Remove erroneous comment
1 parent bde53f4 commit 1c2030a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/gc.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1657,8 +1657,6 @@ gc_collect_increment(PyThreadState *tstate, struct gc_collection_stats *stats)
16571657
if (gcstate->work_to_do < 0) {
16581658
return;
16591659
}
1660-
/* untrack_tuples() may reduce gcstate->young.count to less than zero.
1661-
This is harmless as it will merely delay the next GC a bit. */
16621660
untrack_tuples(&gcstate->young.head);
16631661
if (gcstate->phase == GC_PHASE_MARK) {
16641662
Py_ssize_t objects_marked = mark_at_start(tstate);

0 commit comments

Comments
 (0)