[issue44310] Document that lru_cache uses hard references

Raymond Hettinger report at bugs.python.org
Thu Jun 17 16:37:23 EDT 2021


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

> I meant, if one has set maxsize=None.

The docs already say, "If maxsize is set to None, the LRU feature is disabled and the cache can grow without bound."

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44310>
_______________________________________


More information about the Python-bugs-list mailing list