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 yselivanov
Recipients Mark.Shannon, lukasz.langa, scoder, serhiy.storchaka, v2m, yselivanov
Date 2020-09-17.21:11:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600377107.4.0.503760435089.issue41756@roundup.psfhosted.org>
In-reply-to
Content
> I guess `PyIter_Send` would imply that this function should work for all inputs (like in https://bugs.python.org/msg377007) which also sounds reasonable.

I like `PyIter_Send` (and why I initially proposed it myself) because it will also work with the "send" slot defined on some types if we end up adding one.
History
Date User Action Args
2020-09-17 21:11:47yselivanovsetrecipients: + yselivanov, scoder, lukasz.langa, Mark.Shannon, serhiy.storchaka, v2m
2020-09-17 21:11:47yselivanovsetmessageid: <1600377107.4.0.503760435089.issue41756@roundup.psfhosted.org>
2020-09-17 21:11:47yselivanovlinkissue41756 messages
2020-09-17 21:11:47yselivanovcreate