[issue11693] memory leak in email.generator.Generator().flatten() method

Amaury Forgeot d'Arc report at bugs.python.org
Mon Mar 28 19:47:43 CEST 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

I replaced guppy by a debug build of Python and a simple "print sys.gettotalrefcount()".
Indeed, I see a reference leak with Python2.6 (10 more references on every loop). There seems to be no leak with Python2.7.
Which version of Python do you use?

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list