Uh oh!
There was an error while loading. Please reload this page.
gh-105375: Improve errnomodule error handling - #105590
Conversation
Bail immediately if an exception is set, to prevent exceptions from being overwritten.
miss-islington
commented
Jun 9, 2023
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
miss-islington
commented
Jun 9, 2023
Sorry @erlend-aasland, I had trouble checking out the |
miss-islington
commented
Jun 9, 2023
Sorry, @erlend-aasland, I could not cleanly backport this to |
bedevere-bot
commented
Jun 9, 2023
GH-105595 is a backport of this pull request to the 3.11 branch. |
bedevere-bot
commented
Jun 9, 2023
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.