]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-146613: Fix re-entrant use-after-free in `itertools._grouper` (GH-147962...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Apr 2026 10:24:54 +0000 (12:24 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Apr 2026 10:24:54 +0000 (12:24 +0200)
commit7fc8507f3d5251b8a5dc84049b261d69ca02f996
tree70214a1a026a294c9f10a397befc397fd63da59d
parent4c8d6f4f6857657873a48ad88c8b619d7c0b0f6b
[3.13] gh-146613: Fix re-entrant use-after-free in `itertools._grouper` (GH-147962) (#148011)

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