]> granicus.if.org Git - python/commit
Issue #7105: weak dict iterators are fragile because of unpredictable GC runs
authorKristján Valur Jónsson <sweskman@gmail.com>
Thu, 5 Dec 2013 10:03:45 +0000 (10:03 +0000)
committerKristján Valur Jónsson <sweskman@gmail.com>
Thu, 5 Dec 2013 10:03:45 +0000 (10:03 +0000)
commit222b284911d1d4057f2034c41aa810693fc64f02
treed5e0b04a485749d91d8dd8789ddda2d860905d51
parentc289fa75564872d33e5911e0b44e657ae9e7fbcc
Issue #7105:  weak dict iterators are fragile because of unpredictable GC runs
Backport the fix from pyton 3.x for this issue.
Doc/library/weakref.rst
Lib/test/test_weakref.py
Lib/test/test_weakset.py
Lib/weakref.py