In the document, we see PyPy could be embeded in C++ code as the following:

pypy_execute_source_ptr(source, &api);

The source is a string of python code. But I think by default the code
does not run in sandbox.

Are there any methods to run the code in sandbox?
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to