[issue28293] Don't completely dump the regex cache when full

Serhiy Storchaka report at bugs.python.org
Tue Oct 18 14:43:57 EDT 2016


Serhiy Storchaka added the comment:

This is unlikely possible with current API of lru_cache. Testing flags before looking up in a cache adds an overhead.

----------

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


More information about the Python-bugs-list mailing list