]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Add regression test for add() after remove() with hash collision in set (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 15 Jan 2026 10:04:34 +0000 (12:04 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Jan 2026 10:04:34 +0000 (10:04 +0000)
commiteb6dbd7fec335defc927aafc55da597d686154dd
tree15988e3261987aaa5b046f4a268e37c3fbf6a780
parent2516dd0d06754e5ddef080cc02386688c2fc1ba6
[3.13] Add regression test for add() after remove() with hash collision in set (GH-143781) (GH-143859)

(cherry picked from commit 565685f6e88fd333326baff6469f53cfff28e01e)
Lib/test/test_dict.py
Lib/test/test_set.py