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 rhettinger
Recipients amaury.forgeotdarc, georg.brandl, ggenellina, inducer, rhettinger, tim.peters
Date 2007-11-27.18:12:25
SpamBayes Score 0.0022287995
Marked as misclassified No
Message-id <1196187146.36.0.16880878568.issue1045@psf.upfronthosting.co.za>
In-reply-to
Content
I'll take a look at it next week -- want to think through the various 
cases.  The current setup provides nice speedups when the length_hint 
is available.  Possibly, it may be worthwhile to skip that check when 
the input is a generator.  For the most part, I'm more concerned about 
the inner-loop time than the constant startup time outside the loop.
History
Date User Action Args
2007-11-27 18:12:26rhettingersetspambayes_score: 0.0022288 -> 0.0022287995
recipients: + rhettinger, tim.peters, georg.brandl, amaury.forgeotdarc, ggenellina, inducer
2007-11-27 18:12:26rhettingersetspambayes_score: 0.0022288 -> 0.0022288
messageid: <1196187146.36.0.16880878568.issue1045@psf.upfronthosting.co.za>
2007-11-27 18:12:26rhettingerlinkissue1045 messages
2007-11-27 18:12:26rhettingercreate