STINNER Victor added the comment:

> 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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22324>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to