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 Arfrever, Mark.Shannon, asvetlov, gvanrossum, larry, martin.panter, ncoghlan, python-dev, scoder, vstinner, yselivanov
Date 2015-07-03.07:47:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <55963E10.9000103@behnel.de>
In-reply-to <1435908410.89.0.413614505699.issue24325@psf.upfronthosting.co.za>
Content
> the undecorated form will never be visible to any code other than the decorator

Assuming that 1) it's the first and/or only decorator, 2) it's used to
decorate a generator function that returns its own generator and 3) it's
really used as a decorator and not as a general helper function to safely
wrap some object that was created somewhere else.
History
Date User Action Args
2015-07-03 07:47:30scodersetrecipients: + scoder, gvanrossum, ncoghlan, vstinner, larry, Arfrever, asvetlov, Mark.Shannon, python-dev, martin.panter, yselivanov
2015-07-03 07:47:30scoderlinkissue24325 messages
2015-07-03 07:47:30scodercreate