Skip to content

gh-132657: revert lock-free set contains - #142733

Closed
nascheme wants to merge 1 commit into
python:mainfrom
nascheme:gh-132657-revert-lockfree-set-contains
Closed

gh-132657: revert lock-free set contains#142733
nascheme wants to merge 1 commit into
python:mainfrom
nascheme:gh-132657-revert-lockfree-set-contains

Conversation

@nascheme

@naschemenascheme commented Dec 15, 2025

Copy link
Copy Markdown
Member

This change is causing tests run on ARM64 refleaks to hang (specifically, the LargeSetTest case of test_set). Revert until we can diagnosis it.

This reverts commits:
3f56186
c98182b

This change is causing ARM64 refleaks tests to hang. Revert until we can
diagnosis it.
This reverts commits:
3f56186c98182b
@naschemenascheme added type-bug An unexpected behavior, bug, or error skip news labels Dec 15, 2025
@nascheme

Copy link
Copy Markdown
MemberAuthor

Seems the hang bug is fixed and no revert is needed (fixed with #142735).

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstype-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@nascheme