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 terry.reedy
Recipients terry.reedy, tomirendo
Date 2014-11-01.01:29:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414805398.05.0.680606685635.issue22761@psf.upfronthosting.co.za>
In-reply-to
Content
(One copy of a message is enough; I unlinked the duplicate.)

I am not sure what you mean by you initial sentence, but I do not think it is correct.  In any case, "next(it) for it in iters" is a generator expression, not a list comprehension. The tuple call swallows the StopIteration, so the behavior is correct.

If you want to discuss further, please ask on python-list, also accessible at news.gmane.com either as a web page or as newsgroup gmane.comp.python.general.
History
Date User Action Args
2014-11-01 01:29:58terry.reedysetrecipients: + terry.reedy, tomirendo
2014-11-01 01:29:58terry.reedysetmessageid: <1414805398.05.0.680606685635.issue22761@psf.upfronthosting.co.za>
2014-11-01 01:29:57terry.reedylinkissue22761 messages
2014-11-01 01:29:57terry.reedycreate