[Python-Dev] Some news from my sandbox project (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Sun Sep 19 01:05:45 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 ]
Victor Stinner wrote:
Eg. one of the most important function of pysandbox is proxy() (a function to create a read only view of a object outside the sandbox, especially on an import), if you replace isinstance() by a function which always return True: you can get unmodified objects
I don't follow. Trusted functions such as proxy() shouldn't be sharing a builtins dict with sandboxed code.
-- 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 ]