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 moi90
Date 2021-03-29.09:46:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617011163.36.0.207518173402.issue43656@roundup.psfhosted.org>
In-reply-to
Content
I have to correct myself: The conversion to string already happens during construction, in `FrameSummary.__init__`:

https://github.com/python/cpython/blob/4827483f47906fecee6b5d9097df2a69a293a85c/Lib/traceback.py#L273

The issue remains as severe and the fix remains as easy.
History
Date User Action Args
2021-03-29 09:46:03moi90setrecipients: + moi90
2021-03-29 09:46:03moi90setmessageid: <1617011163.36.0.207518173402.issue43656@roundup.psfhosted.org>
2021-03-29 09:46:03moi90linkissue43656 messages
2021-03-29 09:46:03moi90create