]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-132657: add regression test for `PySet_Contains` with unhashable type ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 12 Nov 2025 15:49:09 +0000 (16:49 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Nov 2025 15:49:09 +0000 (15:49 +0000)
commitba73decce140309a6058c4b27dd934ce17025659
treedfda9947174e11f26e9b56b03dfaca6f705057d1
parent92c14a91d239463c2f0ad72ab7e8a63de18ef8ca
[3.14] gh-132657: add regression test for `PySet_Contains` with unhashable type (GH-141411) (#141468)

gh-132657: add regression test for `PySet_Contains` with unhashable type (GH-141411)
(cherry picked from commit 2ac738d325a6934e39fecb097f43d4d4ed97a2b9)

Co-authored-by: M Bussonnier <bussonniermatthias@gmail.com>
Modules/_testlimitedcapi/set.c