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-09-18.09:11:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600420270.48.0.145447978088.issue41756@roundup.psfhosted.org>
In-reply-to
Content
BTW, just to give this a house number, I remember having measured a performance improvement of up to 70% at some point when switching from "generators always raise a StopIteration at the end" to "generators just return NULL" in Cython. For short-running generators and coroutines, this can make a big difference.
History
Date User Action Args
2020-09-18 09:11:10scodersetrecipients: + scoder, lukasz.langa, Mark.Shannon, serhiy.storchaka, yselivanov, v2m
2020-09-18 09:11:10scodersetmessageid: <1600420270.48.0.145447978088.issue41756@roundup.psfhosted.org>
2020-09-18 09:11:10scoderlinkissue41756 messages
2020-09-18 09:11:10scodercreate