On 9/26/06, fabio.pliger <fabio.pliger at siavr.it> wrote: > > Agree... But huge use of decorators in a complex application tends tslow > down performance and generate complex and longer tracebacks... Why? Decorators are applied at the time the function or method is created, not at runtime.