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.16:56:36
SpamBayes Score 0.0024996523
Marked as misclassified No
Message-id <1219424197.42.0.0168851541066.issue3640@psf.upfronthosting.co.za>
In-reply-to
Content
The problem comes from this local variable in batch_list() and batch_dict:
    PyObject *slice[BATCHSIZE];
and BATCHSIZE=1000...
History
Date User Action Args
2008-08-22 16:56:37amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, mhammond, pitrou
2008-08-22 16:56:37amaury.forgeotdarcsetmessageid: <1219424197.42.0.0168851541066.issue3640@psf.upfronthosting.co.za>
2008-08-22 16:56:36amaury.forgeotdarclinkissue3640 messages
2008-08-22 16:56:36amaury.forgeotdarccreate