All,
If you run the following script and top the process you will see the
memory growing without bound.
import amara
for n in xrange(100000):
xmlDocument = amara.parse(u'<spam/>')
Is there any work around or solution to the problem?
Configuration:
Python 2.4
Amara - 1.1.7