]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:23 +0000 (14:01 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Feb 2026 13:01:23 +0000 (14:01 +0100)
commitd177460b4317b3ef3fbbd795de63e39d83569a9b
tree36e0405875a57cfe1b4a118c38d6b90967ac4ecc
parent7fbdec41801471e71919a3b59b14460ea99d67f3
[3.13] gh-143543: Fix re-entrant use-after-free in itertools.groupby (GH-143738) (GH-144627)

(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