-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-105375: Improve array.array exception handling #105594
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 array.array exception handling #105594
Conversation
Fix a bug where 'tp_richcompare' could end up overwriting an exception.
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 |
) Fix a bug where 'tp_richcompare' could end up overwriting an exception. (cherry picked from commit 35cff54) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
GH-105643 is a backport of this pull request to the 3.11 branch. |
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
) Fix a bug where 'tp_richcompare' could end up overwriting an exception. (cherry picked from commit 35cff54) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
GH-105644 is a backport of this pull request to the 3.12 branch. |
Fix a bug where 'tp_richcompare' could end up overwriting an exception.