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 vstinner
Recipients Dormouse759, cstratak, ishcherb, serhiy.storchaka, vstinner
Date 2018-06-14.20:33:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529008437.68.0.947875510639.issue32962@psf.upfronthosting.co.za>
In-reply-to
Content
> Wouldn't be better to use the "surrogateescape" or the "backslashreplace" error handlers?

Are you talking about my https://github.com/python/cpython/pull/7693 fix? If yes, the error comes from the string() method which comes from the gdb API. I don't see how to control how gdb decodes bytes.
History
Date User Action Args
2018-06-14 20:33:57vstinnersetrecipients: + vstinner, serhiy.storchaka, cstratak, ishcherb, Dormouse759
2018-06-14 20:33:57vstinnersetmessageid: <1529008437.68.0.947875510639.issue32962@psf.upfronthosting.co.za>
2018-06-14 20:33:57vstinnerlinkissue32962 messages
2018-06-14 20:33:57vstinnercreate