• Tim Peters's avatar
    Merge from 3.4. · 983c1065
    Tim Peters authored
    Issue #21435: Segfault in gc with cyclic trash
    Changed the iteration logic in finalize_garbage() to tolerate objects vanishing
    from the list as a side effect of executing a finalizer.
    983c1065
gcmodule.c 57.6 KB