]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-140058: Clear key and value if `PyTuple_New` fails in `dictiter_iternextitem`...
authorSergey Miryanov <sergey.miryanov@gmail.com>
Tue, 14 Oct 2025 12:45:39 +0000 (17:45 +0500)
committerGitHub <noreply@github.com>
Tue, 14 Oct 2025 12:45:39 +0000 (18:15 +0530)
commitded59f7e8e93274488584574ff2336a98bc4eff6
tree24718e6f946833bcbdde74d3be50518598e689f3
parent6ecf77dbdec7838e9ce2298cb8d16e8c2250da81
GH-140058: Clear key and value if `PyTuple_New` fails in `dictiter_iternextitem` (#140059)
Objects/dictobject.c