On Sun, 10 Nov 2013 01:27:11 +1100, Chris Angelico wrote: > I was trying to sandbox CPython and run untrusted scripts while stopping > them from accessing the OS or file system. It's basically impossible
PyPy is supposed to come with a proper sandbox. Although even in that case, I think it is recommended to use a chroot jail to lock access down to some subset of the file system. -- Steven -- https://mail.python.org/mailman/listinfo/python-list