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, methane, python-dev, r.david.murray, serhiy.storchaka, vstinner
Date 2015-10-01.21:24:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443734685.05.0.915953255039.issue24870@psf.upfronthosting.co.za>
In-reply-to
Content
I just pushed my patch to optimize the UTF-8 encoder with error handlers: see the issue #25267. It's up to 70 times as fast. The patch was based on Serhiy's work: faster_surrogates_hadling.patch attached to this issue.
History
Date User Action Args
2015-10-01 21:24:45vstinnersetrecipients: + vstinner, ezio.melotti, r.david.murray, methane, python-dev, serhiy.storchaka
2015-10-01 21:24:45vstinnersetmessageid: <1443734685.05.0.915953255039.issue24870@psf.upfronthosting.co.za>
2015-10-01 21:24:45vstinnerlinkissue24870 messages
2015-10-01 21:24:45vstinnercreate