]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] GH-140058: Clear key and value if `PyTuple_New` fails in `dictiter_iternextite...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 Oct 2025 13:40:30 +0000 (15:40 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Oct 2025 13:40:30 +0000 (19:10 +0530)
commit2142f4efcffcf19ce776d2e27e9781c300e852ec
tree595c532d5334ce73813f908b507e3aaa26b69ca2
parent45577c93de18be55365cd8db4aac6742491754f5
[3.14] GH-140058: Clear key and value if `PyTuple_New` fails in `dictiter_iternextitem` (GH-140059) (#140107)

GH-140058: Clear key and value if `PyTuple_New` fails in `dictiter_iternextitem` (GH-140059)
(cherry picked from commit ded59f7e8e93274488584574ff2336a98bc4eff6)

Co-authored-by: Sergey Miryanov <sergey.miryanov@gmail.com>
Objects/dictobject.c