]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Check the result of PySet_Contains() for error in Python/symtable.c (GH-109146)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 8 Sep 2023 16:57:41 +0000 (19:57 +0300)
committerGitHub <noreply@github.com>
Fri, 8 Sep 2023 16:57:41 +0000 (19:57 +0300)
commit87a7faf6b68c8076e640a9a1347a255f132d8382
tree96090c2d68cd9c737da439d77e6743e68b95bab2
parent501f2dc527010a4fe17026b3f352d72b01228b6f
Check the result of PySet_Contains() for error in Python/symtable.c (GH-109146)
Python/symtable.c