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 Claudiu.Popa
Recipients Claudiu.Popa, akaptur, ballingt, yselivanov
Date 2014-04-15.18:01:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397584872.59.0.47041518962.issue21217@psf.upfronthosting.co.za>
In-reply-to
Content
"-  We added tests of decorated classes. The source of decorated classes does not include the decorators, which is different than the usual behavior of decorated functions. What is the correct behavior here?"


There is an open issue for this, http://bugs.python.org/issue1764286. It has a patch which uses inspect.unwrap in order to unwrap the decorated functions.
History
Date User Action Args
2014-04-15 18:01:12Claudiu.Popasetrecipients: + Claudiu.Popa, yselivanov, akaptur, ballingt
2014-04-15 18:01:12Claudiu.Popasetmessageid: <1397584872.59.0.47041518962.issue21217@psf.upfronthosting.co.za>
2014-04-15 18:01:12Claudiu.Popalinkissue21217 messages
2014-04-15 18:01:12Claudiu.Popacreate