In a message of Fri, 29 May 2015 19:38:21 +1000, Chris Angelico writes: >The point was to sandbox something inside Python. Otherwise, yes, just >write it in Python. But if you do have to sandbox like this, you lose >language-level Unicode support, language-level arbitrary precision >integers, etcetera, etcetera, etcetera. So I stand by my previous >statement: The price of security is functionality. > >ChrisA
You can run a pypy sandbox from inside your CPython app, if that is what you want to do. http://pypy.readthedocs.org/en/latest/sandbox.html Just FYI. Laura -- https://mail.python.org/mailman/listinfo/python-list