Skip to content

Commit 1b647a1

Browse files
📜🤖 Added by blurb_it.
1 parent 9aa672e commit 1b647a1

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+
:mod:`itertools`: Fix re-entrant use-after-free in ``_grouper.__next__``
2+
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 ``groupby.__next__`` (gh-143543).

0 commit comments

Comments
 (0)