Skip to content

Commit 1ea51c0

Browse files
Add NEWS entry via blurb for itertools.groupby crash
1 parent 9983345 commit 1ea51c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/NEWS.d/next/Library/gh-143543.bugfix.rst renamed to Misc/NEWS.d/next/Library/2026-01-13-10-38-43.gh-issue-143543.DeQRCO.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Fix a crash in itertools.groupby that could occur when a user-defined
2-
:meth:`~object.__eq__` method re-enters the iterator during key comparison.
2+
:meth:`~object.__eq__` method re-enters the iterator during key comparison.

0 commit comments

Comments
 (0)