]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next__() (GH-109788)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 4 Dec 2023 11:47:55 +0000 (13:47 +0200)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2023 11:47:55 +0000 (11:47 +0000)
commit6ca9d3e0173c38e2eac50367b187d4c1d43f9892
tree44dbb6b789c303c9c04f22cc68b99db86e4955be
parentc74e9fb18917ceb287c3ed5be5d0c2a16a646a99
gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next__() (GH-109788)
Lib/test/test_itertools.py
Misc/NEWS.d/next/Library/2023-09-23-14-40-51.gh-issue-109786.UX3pKv.rst [new file with mode: 0644]
Modules/itertoolsmodule.c