]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:42:18 +0000 (16:42 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Nov 2025 15:42:18 +0000 (21:12 +0530)
commit18b883b9e943cf31077ec227f6eb81ba62b59928
treed1a4129b7f68409bf1b4074a5543aec4a9a61aa1
parent8402c28f111d20ad9d61f64873b743e2defc2603
[3.13] gh-132657: add regression test for `PySet_Contains` with unhashable type (GH-141411) (#141467)

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