]> granicus.if.org Git - python/commit
Issue #21435: Segfault in gc with cyclic trash
authorTim Peters <tim@python.org>
Thu, 8 May 2014 22:42:19 +0000 (17:42 -0500)
committerTim Peters <tim@python.org>
Thu, 8 May 2014 22:42:19 +0000 (17:42 -0500)
commit5fbc7b12f776109678dc34fdb49b420750a3e5ff
treebfd1be75cbf62cc59f5b65e13cfc5239b1b1d220
parentc644e7c39f7adf0ed783e128b0278665133bf523
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.
Lib/test/test_gc.py
Misc/NEWS
Modules/gcmodule.c