This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients benjamin.peterson, docs@python, ezio.melotti, lemburg, serhiy.storchaka, vstinner
Date 2016-12-27.23:18:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482880731.85.0.101940170213.issue29087@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2016-12-27 23:18:51vstinnersetrecipients: + vstinner, lemburg, benjamin.peterson, ezio.melotti, docs@python, serhiy.storchaka
2016-12-27 23:18:51vstinnersetmessageid: <1482880731.85.0.101940170213.issue29087@psf.upfronthosting.co.za>
2016-12-27 23:18:51vstinnerlinkissue29087 messages
2016-12-27 23:18:51vstinnercreate