[issue25295] functools.lru_cache raises KeyError

Peter Brady report at bugs.python.org
Fri Oct 2 11:10:54 EDT 2015


Peter Brady added the comment:

As a sanity check I removed the stored hashvalue in Raymond Hettinger's backported lru_cache (which we use to support 2.6-3.2) and end up with errors as well.  So it seems like 24483 is the appropriate fix to restore the old behavior.  Thanks for looking into this.

----------

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


More information about the Python-bugs-list mailing list