Skip to content

Commit fd9b831

Browse files
TheSkyCpicnixz
andauthored
Update Misc/NEWS.d/next/Library/2026-04-01-11-05-36.gh-issue-146613.GzjUFK.rst
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent fef6412 commit fd9b831

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-
:mod:`itertools`: Fix re-entrant use-after-free in ``itertools.groupby()``
2-
that could lead to a segmentation fault when a user-defined ``__eq__``
3-
re-enters the grouper iterator.
1+
:mod:`itertools`: Fix a crash in :func:`itertools.groupby` when
2+
the grouper iterator is concurrently mutated.

0 commit comments

Comments
 (0)