]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141805: Fix crash after concurrent addition objects with the same hash to set...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 14 Jan 2026 21:29:17 +0000 (23:29 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Jan 2026 21:29:17 +0000 (23:29 +0200)
commitb8e925b4f8f6c5e28fbebc4f3965bf77610698b3
treedc2c4d33e141fe56731dae1070930a5d41307a4e
parentf4de18498071f2999432e6459e54797159b6646c
gh-141805: Fix crash after concurrent addition objects with the same hash to set (GH-143815)

This happens when the set contained several elements with the same hash,
and then some of them were removed.
Lib/test/test_set.py
Misc/NEWS.d/next/Core_and_Builtins/2026-01-13-22-26-49.gh-issue-141805.QzIKPS.rst [new file with mode: 0644]
Objects/setobject.c