[issue14596] struct.unpack memory leak

R. David Murray report at bugs.python.org
Mon Apr 23 14:58:48 CEST 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

Other of our functions that do caching have been fixed so that the cache does not grow unbounded (usually by using lrucache, I think).  IMO a cache that is unbounded by default is a bug.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list