Message377299
I agree that we should add PyIter_Send() (the name is discussable, but PyIter_Send LGTM) which should support iterators and objects with the send() method. It would be much more useful for user, and can replace PyGen_Send() in the interpreter core code. But merging the PR with PyGen_Send() was not a mistake. It was good to split the changes on smaller steps easier to review.
Vladimir, do you mind to create a new PR for PyIter_Send()? I seen its implementation in one of intermediate versions of your PR. |
|
Date |
User |
Action |
Args |
2020-09-22 05:31:09 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, scoder, lukasz.langa, Mark.Shannon, yselivanov, v2m |
2020-09-22 05:31:09 | serhiy.storchaka | set | messageid: <1600752669.43.0.291816504954.issue41756@roundup.psfhosted.org> |
2020-09-22 05:31:09 | serhiy.storchaka | link | issue41756 messages |
2020-09-22 05:31:09 | serhiy.storchaka | create | |
|