[issue11849] ElementTree memory leak

Florent Xicluna report at bugs.python.org
Fri Apr 15 13:39:27 CEST 2011


Florent Xicluna <florent.xicluna at gmail.com> added the comment:

I've tested a small variant of your script, on OSX.
It seems to behave correctly (with 2.5, 2.6, 2.7 and 3.1).

You can force Python to release memory immediately by calling "gc.collect()".

----------
Added file: http://bugs.python.org/file21670/issue11849_test.py

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


More information about the Python-bugs-list mailing list