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-18.16:36:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600447009.99.0.408013783153.issue41756@roundup.psfhosted.org>
In-reply-to
Content
> I would also have preferred a more type specific function, but yeah, as long as the types for which the function would normally be used are special cased early enough in the implementation, it makes no big difference.

Maybe add two API funcs: PyGen_Send (specific to generators & coroutines) and PyIter_Send?
History
Date User Action Args
2020-09-18 16:36:50yselivanovsetrecipients: + yselivanov, scoder, lukasz.langa, Mark.Shannon, serhiy.storchaka, v2m
2020-09-18 16:36:49yselivanovsetmessageid: <1600447009.99.0.408013783153.issue41756@roundup.psfhosted.org>
2020-09-18 16:36:49yselivanovlinkissue41756 messages
2020-09-18 16:36:49yselivanovcreate