[issue14738] Amazingly faster UTF-8 decoding

Antoine Pitrou report at bugs.python.org
Wed May 9 20:41:16 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

> It would be good if someone checked on Macs work with command line
> arguments, including non-valid utf8. The difficulty is that you need
> to check on both Macs with 16-bit and with 32-bit wchar_t.

Actually, it should be enough to run the test suite, since we should
have tests for this.
As for different wchar_t widths, that's the kind of thing we can leave
to the buildbots (assuming our OS X buildbots come back alive some
day :-)).

----------

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


More information about the Python-bugs-list mailing list