]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113842: Add missing error check for PyIter_Next() in Python/symtable.c (GH-113843)
authorYan Yanchii <yyanchiy@gmail.com>
Tue, 9 Jan 2024 10:43:58 +0000 (11:43 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Jan 2024 10:43:58 +0000 (12:43 +0200)
commitfda901a1ff94ea6cc338b74928acdbc5ee165ed7
treec16ff1a35bb37efdc5f41fbd9c57709f5a416387
parent2e17cad2b8899126eb2024bf75db331b871bd5bc
gh-113842: Add missing error check for PyIter_Next() in Python/symtable.c (GH-113843)
Python/symtable.c