]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next__(...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 4 Dec 2023 12:20:19 +0000 (13:20 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2023 12:20:19 +0000 (12:20 +0000)
commite3d380ded6efd25d60a21b7eb913142e86153e33
treeffb839eb0e0e46254497aa2ff7fdcc8fe675a736
parent28afd8ddad8088dc3b251f18020b53b277205e5f
[3.11] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next__() (GH-109788) (GH-112700)

(cherry picked from commit 6ca9d3e0173c38e2eac50367b187d4c1d43f9892)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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