Skip to content

Commit 895b685

Browse files
TheSkyCvstinner
andauthored
Update Misc/NEWS.d/next/Library/2026-04-01-11-05-36.gh-issue-146613.GzjUFK.rst
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent a7aa2ce commit 895b685

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
:mod:`itertools`: Fix re-entrant use-after-free in ``itertools.groupby()``
22
that could lead to a segmentation fault when a user-defined ``__eq__``
3-
re-enters the grouper iterator. The same pattern was previously fixed
4-
in gh-143543.
3+
re-enters the grouper iterator.

0 commit comments

Comments
 (0)