]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:15:41 +0000 (13:15 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2023 12:15:41 +0000 (12:15 +0000)
commit55896f470b05a1d526607a6423014fffc436eefc
treecab9c5a38de6edfb3ae584636c2d6b992e09a28a
parent8d1b3c0a70752b57c45e458e3fa1e3875f5f4cf5
[3.12] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next__() (GH-109788) (GH-112699)

(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