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, vstinner
Date 2015-10-02.14:44:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443797082.73.0.711354360874.issue25301@psf.upfronthosting.co.za>
In-reply-to
Content
The issue #24870 optimized the ASCII decoder with error handlers:

New changeset 3c430259873e by Victor Stinner in branch 'default':
Issue #24870: Optimize the ASCII decoder for error handlers: surrogateescape,
https://hg.python.org/cpython/rev/3c430259873e

We should also optimize the UTF-8 decoder with error handlers.

I will work on a patch next days.
History
Date User Action Args
2015-10-02 14:44:42vstinnersetrecipients: + vstinner, ezio.melotti
2015-10-02 14:44:42vstinnersetmessageid: <1443797082.73.0.711354360874.issue25301@psf.upfronthosting.co.za>
2015-10-02 14:44:42vstinnerlinkissue25301 messages
2015-10-02 14:44:42vstinnercreate