New issue 1992: sandboxing for external function 'time' https://bitbucket.org/pypy/pypy/issue/1992/sandboxing-for-external-function-time
Matthias Zimmermann: I compiled PyPy 2.5 with ``` #!bash pypy ../../rpython/bin/rpython -O2 --sandbox targetpypystandalone --withmod-time ``` When I run the sandbox and want to **import time** the error message "*Not Implemented: sandboxing for external function 'time'*" occurs. In PyPy 2.3.1 import time works. _______________________________________________ pypy-issue mailing list pypy-issue@python.org https://mail.python.org/mailman/listinfo/pypy-issue