Hi,
On Tue, Apr 23, 2013 at 1:48 PM, zcx wrote:
> I have study PyPy's sandbox for some time.But as my limited ability,I can't
> understand the detail about the PyPy's sandbox.
Sorry, PyPy's sandbox is not officially supported for now. We'd
welcome someone who was interested in really developing
Hi All,
I have study PyPy's sandbox for some time.But as my limited ability,I can't
understand the detail about the PyPy's sandbox.
And I want to discuss something with you:
1.Cuted Modules
What are the reasons to cut some standard modules?
(I mean the modules which in 'working_modules' but not
Hi 王衡,
Normally you can use any library you want in the sandbox, as long as
it doesn't use C-code; all the pure-python stuff should work.
Add the library's parent directory to the virtual root in sandlib, and
make sure that pypy will search for that directory. (Add it to
sys.path in the sandbox, o
Hi:
About PyPy's sandbox,I want to ask you a question:
In PyPy's sandbox ,a lot of standard libraries can not be used.If I want
use it,how could I add it in PyPy's sandbox?
(you can assume I have verify the module's safety)
___
pypy-dev mailing list
pypy-