[issue28193] Consider using lru_cache for the re.py caches

Serhiy Storchaka report at bugs.python.org
Sun Sep 18 16:55:58 EDT 2016


Serhiy Storchaka added the comment:

lru_cache can be used for re._compile() if add the ability to bypass the cache and to validate cached value.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28193>
_______________________________________


More information about the Python-bugs-list mailing list