Skip to content

gh-123089: avoid _IterationGuard for WeakSet, make it thread safe - #123279

Merged
kumaraditya303 merged 2 commits into
python:mainfrom
kumaraditya303:thread-safe-weakset
Aug 27, 2024
Merged

gh-123089: avoid _IterationGuard for WeakSet, make it thread safe #123279
kumaraditya303 merged 2 commits into
python:mainfrom
kumaraditya303:thread-safe-weakset

Conversation

@kumaraditya303

@kumaraditya303kumaraditya303 commented Aug 24, 2024

Copy link
Copy Markdown
Contributor

@colesburycolesbury left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change looks good to me, but I think this deserves a NEWS entry.

@kumaraditya303

Copy link
Copy Markdown
ContributorAuthor

The change looks good to me, but I think this deserves a NEWS entry.

Added news entry, thanks for your review!

@kumaraditya303
kumaraditya303 enabled auto-merge (squash) August 27, 2024 12:46
@kumaraditya303
kumaraditya303 merged commit 03f5abf into python:mainAug 27, 2024
@picnixz

Copy link
Copy Markdown
Member

Does it need to be backported to 3.13? (or at least to have a PR pending for it)?

@kumaraditya303

Copy link
Copy Markdown
ContributorAuthor

No, this change is for Python 3.14+

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@kumaraditya303@picnixz@colesbury@Eclips4