Skip to content

Commit 858e505

Browse files
news: add entry
1 parent b96fa22 commit 858e505

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
:meth:`list.remove` now raises :exc:`RuntimeError` if the list is mutated
2+
during the ``__eq__`` rich comparison and a matching element was found. This
3+
prevents silent data corruption where the wrong element could be removed from
4+
a list under concurrent mutation.

0 commit comments

Comments
 (0)