Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update 2023-09-23-14-40-51.gh-issue-109786.UX3pKv.rst
  • Loading branch information
serhiy-storchaka authored Dec 4, 2023
commit 37bc689f8915087dcd33cd4a891c359f587909c8
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fix reference leaks when re-enter the ``__next__()`` method of
Fix possible reference leaks and crash when re-enter the ``__next__()`` method of
:class:`itertools.pairwise`.