Skip to content

Commit 02a92ea

Browse files
news: add entry
1 parent 0774692 commit 02a92ea

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+
Fix a race condition in ``list.__lt__``, ``list.__le__``, ``list.__gt__``,
2+
and ``list.__ge__``. Previously, under concurrent list mutation, the items
3+
being compared could be replaced with other objects before the final comparison,
4+
causing the final comparison result to be incorrect.

0 commit comments

Comments
 (0)