Message 187029 - Python tracker (original) (raw)

Message187029

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:42 pitrou set recipients: + pitrou, eli.bendersky, flox
2013-04-15 20:49:42 pitrou set messageid: 1366058982.04.0.43047381217.issue17741@psf.upfronthosting.co.za
2013-04-15 20:49:42 pitrou link issue17741 messages
2013-04-15 20:49:41 pitrou create