[issue29087] UCS4 support functions are not implemented

STINNER Victor report at bugs.python.org
Tue Dec 27 18:18:51 EST 2016


STINNER Victor added the comment:

I recall that the very first implementation of the PEP 393 (compact strings) was heavily based on UCS4. Slowly, I optimized the code by specializing functions to each kind of string (ACSII, Latin1, UCS2, UCS4).

----------

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


More information about the Python-bugs-list mailing list