kaifeng <cafe...@gmail.com> added the comment:

Sorry for the later update.

Valgrind shows there is no memory leak (see attached valgrind.log).

The following code,
    while True:
        XML(gen_xml())
has an increasing memory usage in the first 5~8 iterations, and waves around a 
constant level afterwards.

So I guess there's a component, maybe libc, Python interpreter, 
ElementTree/pyexpat module or someone else, hold some memory until process ends.

----------
Added file: http://bugs.python.org/file21770/valgrind.log

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11849>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to