]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:13 +0000 (15:40 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Oct 2025 13:40:13 +0000 (13:40 +0000)
commit7992a295123489f1b31b8b5724f02188cbe32e51
tree243659897a3f82a11f8b0bf20aef849839253e2f
parent7e40d9472595d4e7bc0c22c2e0fcbc7a447159d6
[3.13] GH-140058: Clear key and value if `PyTuple_New` fails in `dictiter_iternextitem` (GH-140059) (#140108)

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