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 gvanrossum
Recipients gvanrossum, ncoghlan, njs
Date 2018-01-28.06:04:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517119450.94.0.467229070634.issue32690@psf.upfronthosting.co.za>
In-reply-to
Content
Heh, that's old code! IIRC I wrote a lot of loops like that, it was a little C trick I had picked up that reduced the loop overhead (since comparing to 0 is quicker than comparing to a variable). And until 3.6 it didn't really matter. I very much doubt the loop speed matters. So go ahead and try changing it!
History
Date User Action Args
2018-01-28 06:04:10gvanrossumsetrecipients: + gvanrossum, ncoghlan, njs
2018-01-28 06:04:10gvanrossumsetmessageid: <1517119450.94.0.467229070634.issue32690@psf.upfronthosting.co.za>
2018-01-28 06:04:10gvanrossumlinkissue32690 messages
2018-01-28 06:04:10gvanrossumcreate