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 gvanrossum, ncoghlan, python-dev, scoder, yselivanov
Date 2015-05-29.17:30:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432920647.18.0.383980529718.issue24316@psf.upfronthosting.co.za>
In-reply-to
Content
BTW, it's not only for compiled generators but also for normal Python functions that construct Python generators internally and return them, or that delegate the generator creation in some way. With this change, it's enough to decorate the constructor function and not each of the potential generators that it returns.
History
Date User Action Args
2015-05-29 17:30:47scodersetrecipients: + scoder, gvanrossum, ncoghlan, python-dev, yselivanov
2015-05-29 17:30:47scodersetmessageid: <1432920647.18.0.383980529718.issue24316@psf.upfronthosting.co.za>
2015-05-29 17:30:47scoderlinkissue24316 messages
2015-05-29 17:30:47scodercreate