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 eli.bendersky
Recipients Giuseppe.Attardi, eli.bendersky, flox
Date 2012-05-09.11:39:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336563541.77.0.427731745213.issue14762@psf.upfronthosting.co.za>
In-reply-to
Content
Can you specify how you import ET? I.e. from the pure Python or the C accelerator?

Also, do you realize that the element iterparse returns should be discarded with 'clear'? [see tutorial here: http://eli.thegreenplace.net/2012/03/15/processing-xml-in-python-with-elementtree/]
History
Date User Action Args
2012-05-09 11:39:01eli.benderskysetrecipients: + eli.bendersky, flox, Giuseppe.Attardi
2012-05-09 11:39:01eli.benderskysetmessageid: <1336563541.77.0.427731745213.issue14762@psf.upfronthosting.co.za>
2012-05-09 11:39:01eli.benderskylinkissue14762 messages
2012-05-09 11:39:01eli.benderskycreate