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 loewis, serhiy.storchaka, vstinner
Date 2014-10-05.15:57:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412524624.27.0.899068987155.issue22324@psf.upfronthosting.co.za>
In-reply-to
Content
> The cache is released when the string is released. While the string exists it's wchar_t representation can be needed again. That is for what the cache exists.

I know. But I don't want to waste memory for this cache. I want to stop using it. IMO the performance overhead will be null.

In which use case do you think that the overhead of not using the cache would be important enough?
History
Date User Action Args
2014-10-05 15:57:04vstinnersetrecipients: + vstinner, loewis, serhiy.storchaka
2014-10-05 15:57:04vstinnersetmessageid: <1412524624.27.0.899068987155.issue22324@psf.upfronthosting.co.za>
2014-10-05 15:57:04vstinnerlinkissue22324 messages
2014-10-05 15:57:04vstinnercreate