[issue11693] memory leak in email.generator.Generator().flatten() method
Kaushik Kannan
report at bugs.python.org
Mon Mar 28 10:58:01 CEST 2011
Kaushik Kannan <kaushik1618 at gmail.com> added the comment:
The memory usage trace as printed out by guppy is attached. For every new call of the Generator.flatten() method by the MIMEMultipart.as_string() method, the number of objects increases by 3 and the total size increases by 484Bytes.
----------
Added file: http://bugs.python.org/file21435/MemLeak.log
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11693>
_______________________________________
More information about the Python-bugs-list
mailing list