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 pitrou
Recipients eli.bendersky, flox, pitrou
Date 2013-04-15.20:49:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366058982.04.0.43047381217.issue17741@psf.upfronthosting.co.za>
In-reply-to
Content
iterparse() is a blocking operation. It is not really suitable for event-driven applications (e.g. non-blocking I/O). Here is a patch adding a IncrementalParser class.
History
Date User Action Args
2013-04-15 20:49:42pitrousetrecipients: + pitrou, eli.bendersky, flox
2013-04-15 20:49:42pitrousetmessageid: <1366058982.04.0.43047381217.issue17741@psf.upfronthosting.co.za>
2013-04-15 20:49:42pitroulinkissue17741 messages
2013-04-15 20:49:41pitroucreate