X Tutup
The Wayback Machine - https://web.archive.org/web/20220711063305/https://github.com/python/cpython/pull/94691
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

gh-87822: Make traceback module robust to exceptions from repr() of local values #94691

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

moi90
Copy link

@moi90 moi90 commented Jul 8, 2022

Fixes #87822.

@iritkatriel iritkatriel changed the title gh-87822: Make FrameSummary robust to unrepresentable values gh-87822: Make traceback module robust to exceptions from repr() of local values Jul 8, 2022
@iritkatriel iritkatriel added type-feature stdlib 3.12 labels Jul 8, 2022
Lib/test/test_traceback.py Outdated Show resolved Hide resolved
Doc/library/traceback.rst Outdated Show resolved Hide resolved
moi90 and others added 3 commits Jul 8, 2022
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
…dzkf.rst

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
@moi90
Copy link
Author

@moi90 moi90 commented Jul 10, 2022

Thanks for the feedback! I made the requested changes.

Doc/library/traceback.rst Outdated Show resolved Hide resolved
Doc/library/traceback.rst Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.12 awaiting merge stdlib type-feature
Projects
None yet
4 participants
X Tutup