Skip to content

Conversation

@erlend-aasland
Copy link
Contributor

@erlend-aaslanderlend-aasland commented Jun 9, 2023

Bail on first error in heapctypesubclasswithfinalizer_finalize()

Bail on first error in heapctypesubclasswithfinalizer_finalize()
@erlend-aasland
Copy link
ContributorAuthor

I consider this a non-controversial and straight-forward change, so I'll land as soon as the CI is green.

@erlend-aaslanderlend-aasland changed the title gh-105375: Fix error handling in testcapi heaptype testgh-105375: Harden error handling in _testcapi/heaptype.cJun 9, 2023
@erlend-aaslanderlend-aasland enabled auto-merge (squash) June 9, 2023 21:26
@erlend-aaslanderlend-aasland merged commit d636d7d into python:mainJun 9, 2023
@miss-islington
Copy link
Contributor

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 9, 2023
…honGH-105608) Bail on first error in heapctypesubclasswithfinalizer_finalize() (cherry picked from commit d636d7d) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
@bedevere-bot
Copy link

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

@bedevere-botbedevere-bot removed the needs backport to 3.12 only security fixes label Jun 9, 2023
@erlend-aaslanderlend-aasland deleted the improve-testcapi-error-handling branch June 9, 2023 21:54
erlend-aasland added a commit that referenced this pull request Jun 9, 2023
…-105608) (#105615) Bail on first error in heapctypesubclasswithfinalizer_finalize() (cherry picked from commit d636d7d) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
@erlend-aaslanderlend-aasland linked an issue Jun 11, 2023 that may be closed by this pull request
18 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect error handling for APIs that can raise exceptions

3 participants

@erlend-aasland@miss-islington@bedevere-bot