[issue14373] C implementation of functools.lru_cache

Raymond Hettinger report at bugs.python.org
Sat May 23 19:15:17 CEST 2015


Raymond Hettinger added the comment:

Serhiy, go ahead and apply your patch, lru_cache2.patch.  I'll fix-up the make_key() code after the beta1 (like the pure python version, it needs to guarantee that hash is called no more than once per key).

----------
assignee: rhettinger -> serhiy.storchaka

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


More information about the Python-bugs-list mailing list