[issue25301] Optimize UTF-8 decoder with error handlers

STINNER Victor report at bugs.python.org
Fri Oct 2 20:01:15 EDT 2015


STINNER Victor added the comment:

Here is a first patch. It is written to keep best performances for valid UTF-8 encoded string, but speedup strings with a few undecodable bytes.

----------
keywords: +patch
Added file: http://bugs.python.org/file40663/utf8_decoder.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25301>
_______________________________________


More information about the Python-bugs-list mailing list