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 pjenvey
Recipients alex, brett.cannon, ezio.melotti, pjenvey, rhettinger, terry.reedy
Date 2012-03-03.17:47:11
SpamBayes Score 0.025268322
Marked as misclassified No
Message-id <1330796832.6.0.6598885062.issue14126@psf.upfronthosting.co.za>
In-reply-to
Content
iter(range(10000)) should also see a speedup because range's iter supports __length_hint__
History
Date User Action Args
2012-03-03 17:47:12pjenveysetrecipients: + pjenvey, brett.cannon, rhettinger, terry.reedy, ezio.melotti, alex
2012-03-03 17:47:12pjenveysetmessageid: <1330796832.6.0.6598885062.issue14126@psf.upfronthosting.co.za>
2012-03-03 17:47:12pjenveylinkissue14126 messages
2012-03-03 17:47:11pjenveycreate