Tom M wrote:
> there is already a sandbox version of pypy.
>
> http://codespeak.net/pypy/dist/pypy/doc/sandbox.html
>   

The sandbox described in that page is not exactly what he is talking
about. That is a Python-wide sandbox that shunts all sensitive
functionality (file access, sockets, OS operations, etc) to an external
EXE file that then handles them.

What I think Jason is talking about is building a subset of Python using
PyPy that simply does not provide access to these modules AT ALL. This
would be an ideal solution if it can be implemented in a reasonably
maintainable manner.
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to