X Tutup
Skip to content

[3.14] gh-141805: Fix crash after concurrent addition objects with the same hash to set (GH-143815)#143849

Merged
serhiy-storchaka merged 1 commit intopython:3.14from
miss-islington:backport-b8e925b-3.14
Jan 15, 2026
Merged

[3.14] gh-141805: Fix crash after concurrent addition objects with the same hash to set (GH-143815)#143849
serhiy-storchaka merged 1 commit intopython:3.14from
miss-islington:backport-b8e925b-3.14

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jan 14, 2026

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

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

… same hash to set (pythonGH-143815)

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

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@serhiy-storchaka serhiy-storchaka merged commit 601ccb7 into python:3.14 Jan 15, 2026
49 checks passed
@miss-islington miss-islington deleted the backport-b8e925b-3.14 branch January 15, 2026 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup