commit | 5fbc7b12f776109678dc34fdb49b420750a3e5ff | [log] [tgz] |
---|---|---|
author | Tim Peters <tim@python.org> | Thu May 08 17:42:19 2014 -0500 |
committer | Tim Peters <tim@python.org> | Thu May 08 17:42:19 2014 -0500 |
tree | bfd1be75cbf62cc59f5b65e13cfc5239b1b1d220 | |
parent | c644e7c39f7adf0ed783e128b0278665133bf523 [diff] |
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.