-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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-105375: Improve PyErr_WarnExplicit() error handling #105610
gh-105375: Improve PyErr_WarnExplicit() error handling #105610
Conversation
Bail on first error to prevent exceptions from possibly being overwritten.
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit b7f3245 🤖 If you want to schedule another build, you need to add the 🔨 test-with-refleak-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.
Great, thank you!
Thanks for all the reviews! Very helpful. |
Ref. leak runs are still unusable bco. the |
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
GH-105659 is a backport of this pull request to the 3.12 branch. |
GH-105660 is a backport of this pull request to the 3.11 branch. |
Bail on first error to prevent exceptions from possibly being
overwritten.