summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-12-30-20-00-05.bpo-35615.Uz1SVh.rst
blob: 4aff8f7f30c8fe1bcc55f6a533ef67d3bdb7b295 (plain)
1
2
3
:mod:`weakref`: Fix a RuntimeError when copying a WeakKeyDictionary or a
WeakValueDictionary, due to some keys or values disappearing while
iterating.