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 serhiy.storchaka
Recipients Mark.Shannon, lukasz.langa, scoder, serhiy.storchaka, v2m, yselivanov
Date 2020-09-18.07:36:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600414591.46.0.349124305589.issue41756@roundup.psfhosted.org>
In-reply-to
Content
I would be fine even with a generator-specific API as a first step, for simplicity. But the end goal is to support all generator-like objects. It is much more useful for end users and does not have drawbacks.

Enum for result seems not necessary (other functions with three-state result just return -1, 0 or 1), but if other core developers want it -- OK.
History
Date User Action Args
2020-09-18 07:36:31serhiy.storchakasetrecipients: + serhiy.storchaka, scoder, lukasz.langa, Mark.Shannon, yselivanov, v2m
2020-09-18 07:36:31serhiy.storchakasetmessageid: <1600414591.46.0.349124305589.issue41756@roundup.psfhosted.org>
2020-09-18 07:36:31serhiy.storchakalinkissue41756 messages
2020-09-18 07:36:31serhiy.storchakacreate