]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128198: Add missing error checks for usages of PyIter_Next() (GH-128199)
authorYan Yanchii <yyanchiy@gmail.com>
Wed, 25 Dec 2024 17:42:04 +0000 (18:42 +0100)
committerGitHub <noreply@github.com>
Wed, 25 Dec 2024 17:42:04 +0000 (19:42 +0200)
commit5c814c83cdd3dc42bd9682106ffb7ade7ce6b5b3
treec7891fc0dc79103a83e638efe78394c50f8d42a3
parent81636d3bbd7f126692326bf957707e8a88c91739
gh-128198: Add missing error checks for usages of PyIter_Next() (GH-128199)
Modules/_asynciomodule.c
Objects/frameobject.c
Objects/namespaceobject.c