]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143543: Fix re-entrant use-after-free in itertools.groupby (GH-143738)
authorVanshAgarwal24036 <148854295+VanshAgarwal24036@users.noreply.github.com>
Mon, 9 Feb 2026 14:12:25 +0000 (19:42 +0530)
committerGitHub <noreply@github.com>
Mon, 9 Feb 2026 14:12:25 +0000 (15:12 +0100)
commita91b5c3fb5aeaeda6a8e016378beb0e4a8b329e6
treed270e00be0097993f2780dad948c43dc6dea5e4c
parent988286e51001aa1960c9893b3c11edde5e6cb895
gh-143543: Fix re-entrant use-after-free in itertools.groupby (GH-143738)

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