Antoine Pitrou <pit...@free.fr> added the comment:

> The proposed PR adds two compile time options: HAVE_UNICODE_WCHAR_CACHE and 
> USE_UNICODE_WCHAR_CACHE

I don't think this is a good approach.  Most projects and developers don't 
recompile Python.  It's especially a chore when you have many dependencies with 
C extensions, because you'll have to recompile them all as well.

I would recommend simply removing that cache.

----------
nosy: +pitrou

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

Reply via email to