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 <rep...@bugs.python.org>
<http://bugs.python.org/issue29087>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to