On 4/19/06, Guido van Rossum <guido at python.org> wrote: > > I recommend profiling. I seem to recall that last time we did this, we > found that creating the frame object is a significant cost factor. That's part of it. Plus there's a tuple allocation (and copy). n