Server Questions (2 of them)
alex23
wuwei23 at gmail.com
Sun Nov 20 23:26:30 EST 2011
On Nov 21, 10:27 am, Christian Heimes <li... at cheimes.de> wrote:
> It's possible to sandbox Python code, see
> http://docs.python.org/library/rexec.html
Although this has been deprecated since 2.6 & removed from 3.x (and
cautioned against for as long as I've used Python).
PyPy provides some sandboxing functionality that might be useful here:
http://codespeak.net/pypy/dist/pypy/doc/sandbox.html
More information about the Python-list
mailing list