]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-113842: Add missing error check for PyIter_Next() in Python/symtable.c...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Jan 2024 11:00:07 +0000 (12:00 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Jan 2024 11:00:07 +0000 (11:00 +0000)
commit6b6f91ec88488e9e1ac71cf5635c79c92beeff0f
tree3719ac0d76126d9184601e51d752898ba18afd1d
parent7e894a4baf80a13d7f23071f2e417bed8a2a3a1d
[3.12] gh-113842: Add missing error check for PyIter_Next() in Python/symtable.c (GH-113843) (GH-113851)

(cherry picked from commit fda901a1ff94ea6cc338b74928acdbc5ee165ed7)

Co-authored-by: Yan Yanchii <yyanchiy@gmail.com>
Python/symtable.c