Change by Wouter De Borger :
--
type: -> resource usage
___
Python tracker
<https://bugs.python.org/issue44310>
___
___
Python-bugs-list mailing list
Un
New submission from Wouter De Borger :
# Problem
the functools.lru_cache decorator locks all arguments to the function in memory
(inclusing self), causing hard to find memory leaks.
# Expected
I had assumed that the lru_cache would keep weak-references and that when an
object is garbage
Change by Wouter De Borger :
--
nosy: +Wouter De Borger
___
Python tracker
<https://bugs.python.org/issue39168>
___
___
Python-bugs-list mailing list
Unsub