]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] Check the result of PySet_Contains() for error in Python/symtable.c (GH-109146...
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 8 Sep 2023 19:28:18 +0000 (22:28 +0300)
committerGitHub <noreply@github.com>
Fri, 8 Sep 2023 19:28:18 +0000 (19:28 +0000)
commit50e4143f8dbbb6fb054a817df3331aea18773116
treef3c72673d040d3f0babf6420a8f37449e36dc566
parent6b2f44ea7860bc9957e1f48ecddedff7a973876d
[3.11] Check the result of PySet_Contains() for error in Python/symtable.c (GH-109146) (GH-109158)

(cherry picked from commit 87a7faf6b68c8076e640a9a1347a255f132d8382)
Python/symtable.c