[pypy-issue] Issue #2099: Unable to run sanboxed interactive shell from-the-box (pypy/pypy)

coldmind issues-reply at bitbucket.org
Fri Jul 24 16:50:13 CEST 2015


New issue 2099: Unable to run sanboxed interactive shell from-the-box
https://bitbucket.org/pypy/pypy/issues/2099/unable-to-run-sanboxed-interactive-shell

coldmind:

When building a sandboxed binary as described in documentation and trying to run it by `./pypy_interact.py ../goal/pypy-c-sandbox`, it fails because of https://bitbucket.org/pypy/pypy/src/1caecf593f7ce229f555eee026a10b37fd7d517c/lib_pypy/_pypy_irc_topic.py?at=default#_pypy_irc_topic.py-246, which is importing `time` module which is not works now with sandbox.

Should I find a way to get a timestamp bypassing time module?




More information about the pypy-issue mailing list