]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-141805: Fix crash after concurrent addition objects with the same hash...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 15 Jan 2026 07:31:16 +0000 (08:31 +0100)
committerGitHub <noreply@github.com>
Thu, 15 Jan 2026 07:31:16 +0000 (09:31 +0200)
commit601ccb7f89dc4b6b1da9c5322f0c3abd875fcf2b
tree068a03a20d0780812c4baaaa7589504efbe40696
parent38f0114ff1f8d07b151639ff30b4409814422520
[3.14] gh-141805: Fix crash after concurrent addition objects with the same hash to set (GH-143815) (GH-143849)

This happens when the set contained several elements with the same hash,
and then some of them were removed.
(cherry picked from commit b8e925b4f8f6c5e28fbebc4f3965bf77610698b3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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