[pypy-dev] a question about pypy-sandbox

周灿 zhoucan1990 at gmail.com
Fri Dec 21 08:15:17 CET 2012


Hi,all

I want to creat a sandbox to run untrust code. And I choose pypy and I have
immplemented my RPC server.

But i feel puzzled pypy sandbox is not compatible with all the standard
libs(such as threading), since pypy

does not allow interperter  to load native C modules.

I want to know why pypy doesn't allow enve standard libs load C modules,
then untrust code can not use

some standard libs. And if it's proper that I support some modules such as
threading.py by allow interperter

to load c modules for threading.py?

Zhoucan with Chinese English
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20121221/248fecca/attachment.html>


More information about the pypy-dev mailing list