]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132657: add regression test for `PySet_Contains` with unhashable type (#141411)
authorM Bussonnier <bussonniermatthias@gmail.com>
Wed, 12 Nov 2025 15:20:08 +0000 (16:20 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Nov 2025 15:20:08 +0000 (20:50 +0530)
commit2ac738d325a6934e39fecb097f43d4d4ed97a2b9
tree5ff9dfbc71fa175851588ad2a5d087c35e8049b6
parent88aeff8eabefdc13b6fb29edb3cde618f743a034
gh-132657: add regression test for `PySet_Contains` with unhashable type (#141411)
Modules/_testlimitedcapi/set.c