We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde53f4 commit 1c2030aCopy full SHA for 1c2030a
Python/gc.c
@@ -1657,8 +1657,6 @@ gc_collect_increment(PyThreadState *tstate, struct gc_collection_stats *stats)
1657
if (gcstate->work_to_do < 0) {
1658
return;
1659
}
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. */
1662
untrack_tuples(&gcstate->young.head);
1663
if (gcstate->phase == GC_PHASE_MARK) {
1664
Py_ssize_t objects_marked = mark_at_start(tstate);
0 commit comments