Skip to content

Commit 1863876

Browse files
sampsoncclaude
andcommitted
gh-145678: Update NEWS entry wording per review
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1fa0e35 commit 1863876

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
Fix a use-after-free crash in :func:`itertools.groupby` when a user-defined
2-
``__eq__`` advanced the parent iterator while the iterator of groups was advanced.
3-
The fix mirrors the protection added in :gh:`143543` for ``groupby_next()``.
1+
Fix a use-after-free crash in :func:`itertools.groupby` when the
2+
parent iterator is mutated while the iterator of groups was advanced.

0 commit comments

Comments
 (0)