[Python-Dev] Some news from my sandbox project (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Sun Sep 19 00:59:30 CEST 2010
- Previous message: [Python-Dev] Some news from my sandbox project
- Next message: [Python-Dev] Some news from my sandbox project
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Some news from my sandbox project
- Next message: [Python-Dev] Some news from my sandbox project
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]