]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131173: Improve exception handling during take_ownership processing (#132620)
authorAlper <alper_yoney@hotmail.com>
Thu, 17 Apr 2025 20:38:34 +0000 (13:38 -0700)
committerGitHub <noreply@github.com>
Thu, 17 Apr 2025 20:38:34 +0000 (13:38 -0700)
commit22830103e598c63663b462c4e42b74e7a9d3bb99
tree3fc56f236efb317e309efdfe961e94247786ecf3
parent1d529cbc892b824b387d672899265ed4258b2222
gh-131173: Improve exception handling during take_ownership processing (#132620)

Save and restore exceptions during take_ownership processing to preserve
exceptions currently being raised.

Co-authored-by: alperyoney <alperyoney@fb.com>
Python/frame.c