This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kaifeng
Recipients flox, kaifeng, neologix, pitrou
Date 2011-04-25.08:01:27
SpamBayes Score 0.006191767
Marked as misclassified No
Message-id <1303718493.1.0.475643832984.issue11849@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-04-25 08:01:34kaifengsetrecipients: + kaifeng, pitrou, flox, neologix
2011-04-25 08:01:33kaifengsetmessageid: <1303718493.1.0.475643832984.issue11849@psf.upfronthosting.co.za>
2011-04-25 08:01:32kaifenglinkissue11849 messages
2011-04-25 08:01:32kaifengcreate