]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-128198: Add missing error checks for usages of PyIter_Next() (GH-128199...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 26 Dec 2024 10:39:47 +0000 (12:39 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Dec 2024 10:39:47 +0000 (10:39 +0000)
commitc30cad06382d34f99e8d2512dad32e67a4bcf020
tree2e2b5e8e0ef90a2b18ba05b619c6b46193342bc0
parent32adae1a104043f2805ca7e01e738cc730e0bdc3
[3.13] gh-128198: Add missing error checks for usages of PyIter_Next() (GH-128199) (GH-128272)

(cherry picked from commit 5c814c83cdd3dc42bd9682106ffb7ade7ce6b5b3)

Co-authored-by: Yan Yanchii <yyanchiy@gmail.com>
Objects/frameobject.c
Objects/namespaceobject.c