[issue14738] Amazingly faster UTF-8 decoding

STINNER Victor report at bugs.python.org
Wed May 9 22:18:21 CEST 2012


STINNER Victor <victor.stinner at gmail.com> added the comment:

> The difficulty is that you need to check on both Macs
> with 16-bit and with 32-bit wchar_t.

I don't think that the size of wchar_t is configurable: it should always be 32 bits on Mac OS X.

----------

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


More information about the Python-bugs-list mailing list