]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-146613: Fix re-entrant use-after-free in `itertools._grouper` (GH-147962...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 6 Apr 2026 15:23:08 +0000 (17:23 +0200)
committerGitHub <noreply@github.com>
Mon, 6 Apr 2026 15:23:08 +0000 (18:23 +0300)
commit07158b605d638c3e79709939ceb114de4658b3d9
tree4cbe8f6c09fb7df6fa233828b2a2ffb64fe629b9
parent40a0a94700b82b80e546336f1b80cf765a25bbca
[3.14] gh-146613: Fix re-entrant use-after-free in `itertools._grouper` (GH-147962) (#148010)

gh-146613: Fix re-entrant use-after-free in `itertools._grouper` (GH-147962)
(cherry picked from commit fc7a188fe70a7b98696b4fcee8db9eb8398aeb7b)

Co-authored-by: Ma Yukun <68433685+TheSkyC@users.noreply.github.com>
Lib/test/test_itertools.py
Misc/NEWS.d/next/Library/2026-04-01-11-05-36.gh-issue-146613.GzjUFK.rst [new file with mode: 0644]
Modules/itertoolsmodule.c