]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:09:32 +0000 (12:09 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Jan 2024 11:09:32 +0000 (11:09 +0000)
commit50efd7db20a3073affd877ecd2edd1dcf2a2c8b9
tree04ef7b39e041466073ed2b6f8237301aeb32ecb8
parentf20c69299e026813de2a97ddb32e89155f08fdff
[3.11] gh-113842: Add missing error check for PyIter_Next() in Python/symtable.c (GH-113843) (GH-113852)

(cherry picked from commit fda901a1ff94ea6cc338b74928acdbc5ee165ed7)

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