[pypy-dev] Question about PyPy Sandboxing

Kit Ham kitizz.devside at gmail.com
Tue Jun 24 02:42:18 CEST 2014


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20140624/aabdb107/attachment.html>


More information about the pypy-dev mailing list