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 fa21e29 commit 59e70e0Copy full SHA for 59e70e0
Python/gc.c
@@ -1513,7 +1513,6 @@ gc_collect_region(PyThreadState *tstate,
1513
if (untrack & UNTRACK_DICTS) {
1514
untrack_dicts(from);
1515
}
1516
-
1517
/* Move reachable objects to next generation. */
1518
validate_consistent_old_space(to);
1519
if (from != to) {
0 commit comments