summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-10-11-16-19-46.gh-issue-89967.vhWUOR.rst
blob: d0860457c8e813b1a1dc2190435f07cadd05fb5d (plain)
1
Make :class:`~weakref.WeakKeyDictionary` and :class:`~weakref.WeakValueDictionary` safe against concurrent mutations from other threads. Patch by Kumar Aditya.