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 ezio.melotti, josh.r, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2014-04-04.19:05:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396638300.85.0.956884586836.issue21118@psf.upfronthosting.co.za>
In-reply-to
Content
> New changeset 95d4e8124c6a by Victor Stinner in branch 'default':
> Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format
> http://hg.python.org/cpython/rev/95d4e8124c6a

It looks like _PyUnicode_TranslateCharmap() didn't work with error handler different than "strict", "replace", "ignore" and "xmlcharrefreplace": UnicodeTranslateError constructor crashed before my change.
History
Date User Action Args
2014-04-04 19:05:00vstinnersetrecipients: + vstinner, pitrou, ezio.melotti, python-dev, serhiy.storchaka, josh.r
2014-04-04 19:05:00vstinnersetmessageid: <1396638300.85.0.956884586836.issue21118@psf.upfronthosting.co.za>
2014-04-04 19:05:00vstinnerlinkissue21118 messages
2014-04-04 19:05:00vstinnercreate