[pypy-issue] [issue949] 1.7 Sandbox problems

Ned Batchelder tracker at bugs.pypy.org
Sat Dec 10 15:18:40 CET 2011


Ned Batchelder <ned at nedbatchelder.com> added the comment:

There are a few separate problems mentioned here.  I have a branch (nedbat-sandbox) with 
fixes for a few of them:

- The gcc invocation has to do with using rmarshal in the calling process.  I've removed 
the need for that in the branch.

- I'm not sure why you're getting an fstat call when running a script, but I've 
implemented fstat in the branch.

- The "import site" failed message is due to a call to os.geteuid() deep in the import, 
which isn't yet fixed in the branch, but will be soon.

----------
assignedto:  -> nedbat
nosy: +nedbat

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue949>
________________________________________


More information about the pypy-issue mailing list