Message 246142 - Python tracker

Message246142

Author Mark.Shannon
Recipients Arfrever, Mark.Shannon, asvetlov, gvanrossum, larry, martin.panter, ncoghlan, python-dev, scoder, vstinner, yselivanov
Date 2015-07-03.07:26:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435908410.89.0.413614505699.issue24325@psf.upfronthosting.co.za>
In-reply-to
Content
Does this have a measurable performance impact?
I'd be surprised if it did.

W.r.t. to profiling, the undecorated form will never be visible to any code other than the decorator, so won't show up in the profiler.
History
Date User Action Args
2015-07-03 07:26:50Mark.Shannonsetrecipients: + Mark.Shannon, gvanrossum, ncoghlan, scoder, vstinner, larry, Arfrever, asvetlov, python-dev, martin.panter, yselivanov
2015-07-03 07:26:50Mark.Shannonsetmessageid: <1435908410.89.0.413614505699.issue24325@psf.upfronthosting.co.za>
2015-07-03 07:26:50Mark.Shannonlinkissue24325 messages
2015-07-03 07:26:50Mark.Shannoncreate