-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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-130957: Use sleeping_retry
in test_free_reference
#130958
gh-130957: Use sleeping_retry
in test_free_reference
#130958
Conversation
The weak reference may not be immediately dead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I managed to reproduce the issue using #130957 (comment) patch. I confirm that this change fix the issue.
Thanks @colesbury for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…nGH-130958) The weak reference may not be immediately dead. (cherry picked from commit 1908115) Co-authored-by: Sam Gross <[email protected]>
GH-131091 is a backport of this pull request to the 3.13 branch. |
…nGH-130958) The weak reference may not be immediately dead. (cherry picked from commit 1908115) Co-authored-by: Sam Gross <[email protected]>
GH-131092 is a backport of this pull request to the 3.12 branch. |
…30958) (#131092) The weak reference may not be immediately dead. (cherry picked from commit 1908115) Co-authored-by: Sam Gross <[email protected]>
…30958) (#131091) The weak reference may not be immediately dead. (cherry picked from commit 1908115) Co-authored-by: Sam Gross <[email protected]>
The weak reference may not be immediately dead.
test_concurrent_futures
:test_free_reference
is flaky #130957