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 r.david.murray
Recipients quakes, r.david.murray
Date 2011-11-06.00:12:10
SpamBayes Score 0.0076303263
Marked as misclassified No
Message-id <1320538331.52.0.503861677764.issue13351@psf.upfronthosting.co.za>
In-reply-to
Content
In the case of 'lists' an object is being allocated each time through the inner loop.  In the case of simple_lists, no such allocation is being done.  Your timing issues are probably related to the memory allocation behavior of your system.
History
Date User Action Args
2011-11-06 00:12:11r.david.murraysetrecipients: + r.david.murray, quakes
2011-11-06 00:12:11r.david.murraysetmessageid: <1320538331.52.0.503861677764.issue13351@psf.upfronthosting.co.za>
2011-11-06 00:12:10r.david.murraylinkissue13351 messages
2011-11-06 00:12:10r.david.murraycreate