Skip to content

gh-105375: Improve _decimal error handling #105605

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

Merged

Conversation

erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented Jun 9, 2023

Fix a bug where an exception could end up being overwritten.

Fix a bug where an exception could end up being overwritten.
@erlend-aasland erlend-aasland added needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes labels Jun 9, 2023
@erlend-aasland erlend-aasland requested a review from sobolevn June 9, 2023 20:54
erlend-aasland added a commit to erlend-aasland/cpython that referenced this pull request Jun 9, 2023
Add proper error handling to add_errors_module() to prevent exceptions
from possibly being overwritten, and objects from being decref'ed twice.
@rhettinger rhettinger removed their request for review June 10, 2023 21:01
@erlend-aasland erlend-aasland merged commit c932f72 into python:main Jun 11, 2023
@miss-islington
Copy link
Contributor

Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

@erlend-aasland erlend-aasland deleted the improve-decimal-error-handling branch June 11, 2023 10:06
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 11, 2023
Fix a bug where an exception could end up being overwritten.
(cherry picked from commit c932f72)

Co-authored-by: Erlend E. Aasland <[email protected]>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 11, 2023
Fix a bug where an exception could end up being overwritten.
(cherry picked from commit c932f72)

Co-authored-by: Erlend E. Aasland <[email protected]>
@bedevere-bot
Copy link

GH-105647 is a backport of this pull request to the 3.12 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.12 only security fixes label Jun 11, 2023
@bedevere-bot
Copy link

GH-105648 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Jun 11, 2023
erlend-aasland added a commit that referenced this pull request Jun 11, 2023
Fix a bug where an exception could end up being overwritten.
(cherry picked from commit c932f72)

Co-authored-by: Erlend E. Aasland <[email protected]>
erlend-aasland added a commit that referenced this pull request Jun 11, 2023
Fix a bug where an exception could end up being overwritten.
(cherry picked from commit c932f72)

Co-authored-by: Erlend E. Aasland <[email protected]>
@erlend-aasland erlend-aasland linked an issue Jun 11, 2023 that may be closed by this pull request
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect error handling for APIs that can raise exceptions
4 participants