Nick Coghlan wrote: > Having a single locals() call de-optimize an entire function would be > far from ideal. I don't see what would be so bad about that. The vast majority of functions have no need for locals(). -- Greg