Skip to content
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

[3.11] gh-113358 Fix rendering tracebacks with exceptions with a broken __getattr__ : Normalize exception #114379

Merged
merged 2 commits into from
Jan 21, 2024

Conversation

perrinjerome
Copy link
Contributor

@perrinjerome perrinjerome commented Jan 21, 2024

During review of #114173 we found out
that a call to PyErr_NormalizeException was missing after PyErr_Fetch.

These are changes that were missing from #114118

(cherry picked from commit f0185e3)

Co-authored-by: Jérome Perrin <[email protected]>
@perrinjerome perrinjerome changed the title gh-113358 [3.11] Fix rendering tracebacks with exceptions with a broken __getattr__ : Normalize exception [3.11] gh-113358 Fix rendering tracebacks with exceptions with a broken __getattr__ : Normalize exception Jan 21, 2024
@perrinjerome perrinjerome marked this pull request as ready for review January 21, 2024 10:25
@iritkatriel iritkatriel enabled auto-merge (squash) January 21, 2024 17:12
@iritkatriel iritkatriel merged commit 3bd4c3a into python:3.11 Jan 21, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants