-
-
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-110178: Use fewer weakrefs in test_typing.py #110194
Conversation
Confirmed that without the C changes from python#108517, this test still segfaults with only 10 weakrefs.
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.
Thanks! I have not verified that it still segfaults with only 10 weakrefs without the fix, but I trust you to have checked properly :D
Thanks @JelleZijlstra for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Confirmed that without the C changes from pythonGH-108517, this test still segfaults with only 10 weakrefs. (cherry picked from commit 732ad44) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
GH-110224 is a backport of this pull request to the 3.12 branch. |
Confirmed that without the C changes from python#108517, this test still segfaults with only 10 weakrefs.
Confirmed that without the C changes from #108517, this test still segfaults with only 10 weakrefs.
test_typing
:test_many_weakrefs
takes many seconds #110178