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 kristjan.jonsson
Recipients BreamoreBoy, ajaksu2, benjamin.peterson, dcjim, elachuni, gvanrossum, jon, kristjan.jonsson, mark.dickinson, pitrou, qelan, tseaver, vdupras, vstinner
Date 2013-12-01.23:04:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385939083.54.0.79310001605.issue7105@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a different approach.
Simply avoid the use of iterators over the underlying container.
Instead, we iterate over lists of items/keys/values etc.
History
Date User Action Args
2013-12-01 23:04:43kristjan.jonssonsetrecipients: + kristjan.jonsson, gvanrossum, dcjim, tseaver, mark.dickinson, pitrou, vstinner, ajaksu2, jon, benjamin.peterson, vdupras, elachuni, BreamoreBoy, qelan
2013-12-01 23:04:43kristjan.jonssonsetmessageid: <1385939083.54.0.79310001605.issue7105@psf.upfronthosting.co.za>
2013-12-01 23:04:43kristjan.jonssonlinkissue7105 messages
2013-12-01 23:04:43kristjan.jonssoncreate