-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-125323: Remove some unsafe stackref decrefs #125324
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-125323: Remove some unsafe stackref decrefs #125324
Conversation
@markshannon this needs benchmarking |
Does this really fix the unsafe decrefs, or just some of them? It isn't just the I can also see one unsafe
There's not much point if we already know it's going to be slower. |
I manually went through every |
I don't know how to fix that without tanking performance. The way they behave doesn't conform to the stackref semantics at all. |
Failures are the usual suspects. |
Performance is a wash, as I would have expected. So, lets' leave the |
Works towards #125323