Neil Toronto wrote: > Kill __builtins__. Take it out of the module dict. Let LOAD_GLOBAL > look in "builtins" (currently "__builtin__") for names after it > checks globals. What about things like running code sandboxed with a restricted set of builtins? -- Greg