Uh oh!
There was an error while loading. Please reload this page.
gh-105375: Improve posix error handling - #105592
Conversation
Fix a bug where an IndexError could be overwritten.
erlend-aasland
commented
Jun 9, 2023
I'm considering this a straight-forward, non-controversial change. Merging, since the CI is green. |
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 |
Fix a bug where an IndexError could end up being overwritten. (cherry picked from commit f668f73) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
bedevere-bot
commented
Jun 9, 2023
GH-105597 is a backport of this pull request to the 3.11 branch. |
miss-islington
commented
Jun 9, 2023
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Fix a bug where an IndexError could end up being overwritten. (cherry picked from commit f668f73) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
bedevere-bot
commented
Jun 9, 2023
GH-105598 is a backport of this pull request to the 3.12 branch. |
Fix a bug where an IndexError could be overwritten.