This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author moi90
Recipients andrei.avk, blueyed, iritkatriel, moi90, serhiy.storchaka
Date 2021-11-08.07:23:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636356239.45.0.179046850434.issue39228@roundup.psfhosted.org>
In-reply-to
Content
I submitted a pull request for the related issue43656:

https://github.com/python/cpython/pull/29299

It introduces a format_locals parameter that enables the customized formatting of a FrameSummary.

This way, a user of traceback could provide a function that handles exceptions within __repr__ if necessary.
History
Date User Action Args
2021-11-08 07:23:59moi90setrecipients: + moi90, blueyed, serhiy.storchaka, iritkatriel, andrei.avk
2021-11-08 07:23:59moi90setmessageid: <1636356239.45.0.179046850434.issue39228@roundup.psfhosted.org>
2021-11-08 07:23:59moi90linkissue39228 messages
2021-11-08 07:23:59moi90create