Re: [pypy-dev] Question about PyPy Sandboxing

2014-07-21 Thread Kit Ham
Beautiful, thank you =) Kit On Tue, Jun 24, 2014 at 5:17 PM, Armin Rigo wrote: > Hi Kit, > > On 24 June 2014 02:42, Kit Ham wrote: > > Can multiple PyPy sandboxes be executed and interacted with from C/C++? > > Yes, you can in theory do whatever you want, but it is not

[pypy-dev] Question about PyPy Sandboxing

2014-06-23 Thread Kit Ham
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 p