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 Alexandru.Moșoi, benjamin.peterson, rhettinger
Date 2010-08-09.18:04:43
SpamBayes Score 0.0026484325
Marked as misclassified No
Message-id <1281377084.98.0.680679679762.issue9547@psf.upfronthosting.co.za>
In-reply-to
Content
This has been rejected before.  The core issue is that it is not a very useful operation because it consumes the iterator.   

Also, this isn't an operation worth optimizing because most iterators that do something interesting are already slower than a genexp inside a sum().
History
Date User Action Args
2010-08-09 18:04:45rhettingersetrecipients: + rhettinger, benjamin.peterson, Alexandru.Moșoi
2010-08-09 18:04:44rhettingersetmessageid: <1281377084.98.0.680679679762.issue9547@psf.upfronthosting.co.za>
2010-08-09 18:04:43rhettingerlinkissue9547 messages
2010-08-09 18:04:43rhettingercreate