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 altvod
Recipients SilentGhost, altvod
Date 2016-07-25.12:05:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469448322.92.0.552774656742.issue27613@psf.upfronthosting.co.za>
In-reply-to
Content
I can't do that if I don't know how many entries there will be ahead of time. In my real-life situation I'm fetching the data from a database not knowing how many entries I'll get before I actually get them (in the iterator). In most cases there are huge amounts of entries that take up too much memory - that's why I need to stream it. But sometimes the result set is empty - and that's when everything fails.
History
Date User Action Args
2016-07-25 12:05:22altvodsetrecipients: + altvod, SilentGhost
2016-07-25 12:05:22altvodsetmessageid: <1469448322.92.0.552774656742.issue27613@psf.upfronthosting.co.za>
2016-07-25 12:05:22altvodlinkissue27613 messages
2016-07-25 12:05:22altvodcreate