Robert Collins wrote: > __builtins__ is in everyone's global namespace, so if it can be > mutated, different python programs running in the same sandbox can > affect each other. So give each program its own copy of __builtins__. -- Greg