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 scoder
Recipients Mark.Shannon, lukasz.langa, scoder, serhiy.storchaka, v2m, yselivanov
Date 2020-10-11.08:47:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602406037.48.0.277501835883.issue41756@roundup.psfhosted.org>
In-reply-to
Content
> Don't forget to remove PyGen_Send()

That's the function that allows sending data into a generator. It's also used internally by "PyIter_Send()". Are you really suggesting to remove it, or to make it underscore-private again? (As it was before.)
History
Date User Action Args
2020-10-11 08:47:17scodersetrecipients: + scoder, lukasz.langa, Mark.Shannon, serhiy.storchaka, yselivanov, v2m
2020-10-11 08:47:17scodersetmessageid: <1602406037.48.0.277501835883.issue41756@roundup.psfhosted.org>
2020-10-11 08:47:17scoderlinkissue41756 messages
2020-10-11 08:47:17scodercreate