]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add regression test for add() after remove() with hash collision in set (GH-143781)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 15 Jan 2026 08:41:08 +0000 (10:41 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Jan 2026 08:41:08 +0000 (10:41 +0200)
commit565685f6e88fd333326baff6469f53cfff28e01e
tree6ddea75f8e3470567fd82929fc2d0c1b645b5002
parent421bd1770a87d141f66754ae29e407589e44ce83
Add regression test for add() after remove() with hash collision in set (GH-143781)
Lib/test/test_dict.py
Lib/test/test_set.py