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, eryksun, ezio.melotti, larry, lemburg, pitrou, random832, serhiy.storchaka, steven.daprano, terry.reedy, vstinner, Árpád Kósa
Date 2015-11-24.01:47:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZqiiewALbhtmNYs73emxOfaM25UNFF-w__0_aubVjP9A@mail.gmail.com>
In-reply-to <20151124013020.GN3821@ando.pearwood.info>
Content
Steven D'Aprano added the comment:
> the problem with caches is that you run the risk of the cache being out
of date.

Since strings are immutable, it's not a big deal. We control where strings
are modified (unicodeobject.c).
History
Date User Action Args
2015-11-24 01:47:36vstinnersetrecipients: + vstinner, lemburg, terry.reedy, pitrou, larry, benjamin.peterson, ezio.melotti, steven.daprano, serhiy.storchaka, eryksun, random832, Árpád Kósa
2015-11-24 01:47:36vstinnerlinkissue25709 messages
2015-11-24 01:47:36vstinnercreate