]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] Add regression test for add() after remove() with hash collision in set (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 15 Jan 2026 09:06:21 +0000 (10:06 +0100)
committerGitHub <noreply@github.com>
Thu, 15 Jan 2026 09:06:21 +0000 (09:06 +0000)
commitd210c7736bda9e4369a842e398c4420078667e79
tree6fecc26f6d6c3dedda547f02f7ec35e2837ddef4
parent2e493239b14ee27646f30b818c987677ceb7551d
[3.14] Add regression test for add() after remove() with hash collision in set (GH-143781) (GH-143858)

(cherry picked from commit 565685f6e88fd333326baff6469f53cfff28e01e)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_dict.py
Lib/test/test_set.py