]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Check the result of PySet_Contains() for error in Python/symtable.c (GH-109146...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2023 14:55:24 +0000 (07:55 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 14:55:24 +0000 (16:55 +0200)
commit1c223ae58db4338c3376d3d8a832671b16057799
tree55737d208d9cf63fc3444509ed0b29b453b265a4
parent30748d36b33fe08be98c8be4e629418584c796b0
[3.12] Check the result of PySet_Contains() for error in Python/symtable.c (GH-109146) (#109153)

Check the result of PySet_Contains() for error in Python/symtable.c (GH-109146)
(cherry picked from commit 87a7faf6b68c8076e640a9a1347a255f132d8382)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Python/symtable.c