Hi devs, Can multiple PyPy sandboxes be executed and interacted with from C/C++?
For context, I'm adding plugin support to my application. I'd like people to be able to write a python module, and call it's functions from the C/C++ in a sandboxed environment. This is for 2 reasons: 1) So that a plugin can't mess with the user's system 2) So that a plugin's access to other plugins can be controlled Cheers, Kit P.S. I'm currently using PyOtherSide in my Qt app, but I'm realising it may not be a good solution for plugins.
_______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
