]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge from 3.4.
authorTim Peters <tim@python.org>
Thu, 8 May 2014 22:43:25 +0000 (17:43 -0500)
committerTim Peters <tim@python.org>
Thu, 8 May 2014 22:43:25 +0000 (17:43 -0500)
commit983c1065fed667cc17cab1c1ef788ab1ebd084e9
treeb09ff0dca5dbd37cbc921200672f55014f08be6f
parent38ca5a7b6d7744cae586c824159d1a4be791cd89
parent5fbc7b12f776109678dc34fdb49b420750a3e5ff
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.
Misc/NEWS
Modules/gcmodule.c