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 ncoghlan
Recipients bbayles, erik.bray, jdemeyer, ncoghlan, rhettinger, serhiy.storchaka
Date 2018-06-24.04:12:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529813528.64.0.56676864532.issue33939@psf.upfronthosting.co.za>
In-reply-to
Content
Thinking about the generator-iterator case a bit more, "False" would be a bad default for that. Allowing "NotImplemented" to indicate the ambiguous "Might be finite, might be infinite" state, and using that as the default for generator-iterators, would probably make sense.
History
Date User Action Args
2018-06-24 04:12:08ncoghlansetrecipients: + ncoghlan, rhettinger, erik.bray, serhiy.storchaka, jdemeyer, bbayles
2018-06-24 04:12:08ncoghlansetmessageid: <1529813528.64.0.56676864532.issue33939@psf.upfronthosting.co.za>
2018-06-24 04:12:08ncoghlanlinkissue33939 messages
2018-06-24 04:12:08ncoghlancreate