[issue44310] Document that lru_cache uses hard references

Raymond Hettinger report at bugs.python.org
Fri Jun 4 17:31:51 EDT 2021


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

Also note that many important objects in Python are not weak referenceable, tuples for example.

----------
title: lru_cache memory leak -> Document that lru_cache uses hard references

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


More information about the Python-bugs-list mailing list