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 pitrou
Recipients barry, christian.heimes, kristjan.jonsson, pitrou, ronaldoussoren, serhiy.storchaka, vstinner
Date 2013-10-11.14:32:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1260510829.69355908.1381501919602.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1381500305.43.0.543220526724.issue19219@psf.upfronthosting.co.za>
Content
> > That said, I'll try out the patch with _PyUnicode_FromUCS1 instead
> > of _PyUnicode_FromASCII, to see if it affects performance.
> 
> Could you try out the patch with PyUnicode_DecodeUTF8()? This will
> save you two opcodes and perhaps several lines of code.

That would be a change in behaviour, since currently "surrogatepass"
is the error handler.
History
Date User Action Args
2013-10-11 14:32:26pitrousetrecipients: + pitrou, barry, ronaldoussoren, kristjan.jonsson, vstinner, christian.heimes, serhiy.storchaka
2013-10-11 14:32:26pitroulinkissue19219 messages
2013-10-11 14:32:26pitroucreate