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
_______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev