]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-143543: Fix re-entrant use-after-free in itertools.groupby (GH-143738)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Feb 2026 13:01:10 +0000 (14:01 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Feb 2026 13:01:10 +0000 (14:01 +0100)
commit13b3dd06229383d30d634ed01ba8e6b3e6640f90
treeb01f975bb6bdfd67218e0c74d39423b0b0b80ee2
parentcaab302332988a93437388087ed2a793aaeb4f05
[3.14] gh-143543: Fix re-entrant use-after-free in itertools.groupby (GH-143738) (GH-144626)

(cherry picked from commit a91b5c3fb5aeaeda6a8e016378beb0e4a8b329e6)

Co-authored-by: VanshAgarwal24036 <148854295+VanshAgarwal24036@users.noreply.github.com>
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Lib/test/test_itertools.py
Misc/NEWS.d/next/Library/2026-01-13-10-38-43.gh-issue-143543.DeQRCO.rst [new file with mode: 0644]
Modules/itertoolsmodule.c