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 MSeifert
Recipients MSeifert, alex, rhettinger, serhiy.storchaka, terry.reedy, vstinner
Date 2017-04-26.14:50:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493218255.54.0.909358728154.issue26828@psf.upfronthosting.co.za>
In-reply-to
Content
> I would like to mark this tracker item as closed.  IMO it is a dead-end. 

Yes, even some (not very uncommon cases) give incorrect results:

it = iter([1,2,3])
zip(it, it, it)

has length_hint 3 but will only yield one item.
History
Date User Action Args
2017-04-26 14:50:55MSeifertsetrecipients: + MSeifert, rhettinger, terry.reedy, vstinner, alex, serhiy.storchaka
2017-04-26 14:50:55MSeifertsetmessageid: <1493218255.54.0.909358728154.issue26828@psf.upfronthosting.co.za>
2017-04-26 14:50:55MSeifertlinkissue26828 messages
2017-04-26 14:50:55MSeifertcreate