]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146613: Fix re-entrant use-after-free in `itertools._grouper` (#147962)
authorMa Yukun <68433685+TheSkyC@users.noreply.github.com>
Thu, 2 Apr 2026 13:34:58 +0000 (21:34 +0800)
committerGitHub <noreply@github.com>
Thu, 2 Apr 2026 13:34:58 +0000 (19:04 +0530)
commitfc7a188fe70a7b98696b4fcee8db9eb8398aeb7b
treed67049df7ac54ff8bbd1e14e7e45ad7d6d0e7348
parentc1a4112c225e22d2707ff0a711353227e64f6fb5
gh-146613: Fix re-entrant use-after-free in `itertools._grouper` (#147962)
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