Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-118519: Fix empty weakref list check #118520

Merged
merged 1 commit into from
May 2, 2024
Merged

Conversation

DinoV
Copy link
Contributor

@DinoV DinoV commented May 2, 2024

A check to see if we have no weakref's is a little bit off, resulting in a scaling issue on freeing objects. Fix the check.

@DinoV DinoV marked this pull request as ready for review May 2, 2024 19:49
@DinoV DinoV changed the title [gh-118519] Fix empty weakref list check gh-118519: Fix empty weakref list check May 2, 2024
@DinoV DinoV requested review from colesbury and mpage May 2, 2024 19:59
@DinoV DinoV merged commit e54b0c8 into python:main May 2, 2024
38 checks passed
SonicField pushed a commit to SonicField/cpython that referenced this pull request May 8, 2024
@DinoV DinoV deleted the nogil_weakref_check branch May 31, 2024 18:22
Sign up for free to 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.

2 participants