summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-07-03-14-23-04.gh-issue-119004.L5MoUu.rst
blob: 899bd163d36644d6d57f333c26f980eaab5ed5dc (plain)
1
2
Fix a crash in :ref:`OrderedDict.__eq__ <collections_OrderedDict__eq__>`
when operands are mutated during the check. Patch by Bénédikt Tran.