[issue14738] Amazingly faster UTF-8 decoding

Serhiy Storchaka report at bugs.python.org
Wed May 9 21:29:54 CEST 2012


Serhiy Storchaka <storchaka at gmail.com> added the comment:

I hacked the code (commented out "#if __APPLE__" in
Objects/unicodeobject.c and Modules/python.c) to start this branch on
Linux and ran the test (test_cmd_line) with C locale. It passed. Then I
broke decoder and ran the test again to get the error. I can now confirm
that the code works correctly on a platform with a 32-bit wchar_t.

----------

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


More information about the Python-bugs-list mailing list