
Aug. 2, 2004
7:58 p.m.
>> Can it? I must've missed that. It sure sounds like an incredible >> hack -- how to you prevent the default behavior that the list of >> decorators is thrown away by the interpreter? Phillip> By using sys.settrace (and a careful tracer implementation to Phillip> avoid interfering with debuggers or other active tracers): I suspect Guido might class that as an "incredible hack". ;-) Skip