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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, mhammond, pitrou
Date 2008-08-22.17:39:58
SpamBayes Score 0.011722289
Marked as misclassified No
Message-id <1219426801.99.0.0578765514141.issue3640@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch removes the big array, items are saved when they are
fetched from the container.
I preserved the the special case when there is only one item.

The patch does not merge cleanly into py3k, but the functions batch_list
and batch_dict look very similar and suffer the same problem.
History
Date User Action Args
2008-08-22 17:40:02amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, mhammond, pitrou
2008-08-22 17:40:01amaury.forgeotdarcsetmessageid: <1219426801.99.0.0578765514141.issue3640@psf.upfronthosting.co.za>
2008-08-22 17:40:00amaury.forgeotdarclinkissue3640 messages
2008-08-22 17:39:59amaury.forgeotdarccreate