[issue14596] struct.unpack memory leak

Mark Dickinson report at bugs.python.org
Mon Apr 16 15:53:53 CEST 2012


Mark Dickinson <dickinsm at gmail.com> added the comment:

Perhaps the best quick fix would be to only cache small PyStructObjects, for some value of 'small'.  (Total size < a few hundred bytes, perhaps.)

----------

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


More information about the Python-bugs-list mailing list