Message 71760 - Python tracker (original) (raw)

Message71760

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:02 amaury.forgeotdarc set recipients: + amaury.forgeotdarc, mhammond, pitrou
2008-08-22 17:40:01 amaury.forgeotdarc set messageid: 1219426801.99.0.0578765514141.issue3640@psf.upfronthosting.co.za
2008-08-22 17:40:00 amaury.forgeotdarc link issue3640 messages
2008-08-22 17:39:59 amaury.forgeotdarc create