-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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-84436: Skip refcounting for known immortals #107605
Conversation
🤖 New build scheduled with the buildbot fleet by @brandtbucher for commit 8abbc6a 🤖 If you want to schedule another build, you need to add the 🔨 test-with-refleak-buildbots label again. |
🤖 New build scheduled with the buildbot fleet by @brandtbucher for commit 8abbc6a 🤖 If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
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.
Good change! I'm impressed you found these.
Checked all 17(!) of the failing buildbots, and they're failing for the same reasons on other PRs. So, unrelated to this change. |
These are a few dozen places where we're still attempting to increment the refcounts of known immortal objects.