commit | 983c1065fed667cc17cab1c1ef788ab1ebd084e9 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim@python.org> | Thu May 08 17:43:25 2014 -0500 |
committer | Tim Peters <tim@python.org> | Thu May 08 17:43:25 2014 -0500 |
tree | b09ff0dca5dbd37cbc921200672f55014f08be6f | |
parent | 38ca5a7b6d7744cae586c824159d1a4be791cd89 [diff] | |
parent | 5fbc7b12f776109678dc34fdb49b420750a3e5ff [diff] |
Merge from 3.4. 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.