R. David Murray <rdmur...@bitdance.com> added the comment:

Well, it's unnoficially configurable pre-3.2 (set _MAXCACHE on the module).  
The lru_cache implementation doesn't have such an undocumented way of tweaking 
the limit.  In neither case, however, is it true that "nothing is ever cached". 
 You are saying that you are dealing with more than 100 patterns in a single 
application?  (256 if you are using 3.2, and in that case it is an LRU cache 
and so should perform well unless your more-than-256 patterns are used in a 
cyclical fashion.)

----------

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

Reply via email to