-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-105375: Improve errnomodule error handling #105590
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 errnomodule error handling #105590
Conversation
Bail immediately if an exception is set, to prevent exceptions from being overwritten.
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry @erlend-aasland, I had trouble checking out the |
Sorry, @erlend-aasland, I could not cleanly backport this to |
…5590) (cherry picked from commit eede1d2) Bail immediately if an exception is set, to prevent exceptions from being overwritten. Co-authored-by: Erlend E. Aasland <[email protected]>
…5590) (cherry picked from commit eede1d2) Bail immediately if an exception is set, to prevent exceptions from being overwritten. Co-authored-by: Erlend E. Aasland <[email protected]>
GH-105595 is a backport of this pull request to the 3.11 branch. |
GH-105596 is a backport of this pull request to the 3.12 branch. |
Bail immediately if an exception is set, to prevent exceptions from
being overwritten.