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 tim.peters
Recipients Guido.van.Rossum, gvanrossum, inglesp, pitrou, tim.golden, tim.peters, vstinner
Date 2014-05-06.02:08:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399342096.8.0.00217438242555.issue21435@psf.upfronthosting.co.za>
In-reply-to
Content
Also noting that the loop "looks funny" because it appears never to process the first element in the input list (unless the input list contains only one element).  That is, the loop starts by processing the second element in the list, and exits as soon as gc makes it back to the first element in the list.
History
Date User Action Args
2014-05-06 02:08:16tim.peterssetrecipients: + tim.peters, gvanrossum, pitrou, vstinner, tim.golden, inglesp, Guido.van.Rossum
2014-05-06 02:08:16tim.peterssetmessageid: <1399342096.8.0.00217438242555.issue21435@psf.upfronthosting.co.za>
2014-05-06 02:08:16tim.peterslinkissue21435 messages
2014-05-06 02:08:16tim.peterscreate