]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-141805: Fix crash after concurrent addition objects with the same hash...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 15 Jan 2026 07:59:15 +0000 (09:59 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Jan 2026 07:59:15 +0000 (07:59 +0000)
commit5c028df404b0d8453a4ecb8b938122f3d3c62a30
tree0f271fa20c86fc849836d83a17bd9011516a4767
parent8c6d87693b87672eaef359dc53e01e8918d484c6
[3.13] gh-141805: Fix crash after concurrent addition objects with the same hash to set (GH-143815) (GH-143853)

This happens when the set contained several elements with the same hash,
and then some of them were removed.
(cherry picked from commit b8e925b4f8f6c5e28fbebc4f3965bf77610698b3)
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