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?


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to