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 serhiy.storchaka
Recipients cool-RR, serhiy.storchaka
Date 2014-09-19.21:15:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <19601905.xO6J7KDMM5@raxxla>
In-reply-to <1411160375.68.0.715003151629.issue22446@psf.upfronthosting.co.za>
Content
Because in first case there is one iterator, iter(self), and in second case 
there are two iterators: iter(self) and iter((v == value for v in self)).
History
Date User Action Args
2014-09-19 21:15:54serhiy.storchakasetrecipients: + serhiy.storchaka, cool-RR
2014-09-19 21:15:54serhiy.storchakalinkissue22446 messages
2014-09-19 21:15:54serhiy.storchakacreate