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 rhettinger, serhiy.storchaka, sir-sigurd, tim.peters
Date 2019-08-29.18:33:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567103601.28.0.714374734668.issue37976@roundup.psfhosted.org>
In-reply-to
Content
> Other option is to check ahead if the argument is an iterable.

The other tools that consume iterators don't go down this path and it doesn't seem to have been a problem in practice.  So, I recommend that we not invent new problems that we didn't already have ;-)

Leaving for Sergey to update his PR.
History
Date User Action Args
2019-08-29 18:33:21rhettingersetrecipients: + rhettinger, tim.peters, serhiy.storchaka, sir-sigurd
2019-08-29 18:33:21rhettingersetmessageid: <1567103601.28.0.714374734668.issue37976@roundup.psfhosted.org>
2019-08-29 18:33:21rhettingerlinkissue37976 messages
2019-08-29 18:33:21rhettingercreate