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 scoder
Recipients ncoghlan, pitrou, python-dev, scoder
Date 2015-06-13.19:41:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434224467.97.0.754687168146.issue23996@psf.upfronthosting.co.za>
In-reply-to
Content
No. It's more that it feels wrong to spend actual time on the second most common case that can occur instead of just handling it in no time at all. The third case that it's really required to instantiate the StopIteration exception (if user code didn't do so already, see case 1) should almost never occur in practice.
History
Date User Action Args
2015-06-13 19:41:08scodersetrecipients: + scoder, ncoghlan, pitrou, python-dev
2015-06-13 19:41:07scodersetmessageid: <1434224467.97.0.754687168146.issue23996@psf.upfronthosting.co.za>
2015-06-13 19:41:07scoderlinkissue23996 messages
2015-06-13 19:41:07scodercreate