[issue14625] Faster utf-32 decoder

Serhiy Storchaka report at bugs.python.org
Tue Oct 30 10:29:56 CET 2012


Serhiy Storchaka added the comment:

> I don't know any application using UTF-32-LE or UTF-32-BE. So I don't want to waste Python memory/code size with a heavily optimized decoder. The patch A looks to be enough.

Agree.  I had the same doubts.  That's why I proposed two patches for your choice.

----------

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


More information about the Python-bugs-list mailing list