Author: Armin Rigo <[email protected]> Branch: Changeset: r58738:18a8aaa00373 Date: 2012-11-05 14:54 +0100 http://bitbucket.org/pypy/pypy/changeset/18a8aaa00373/
Log: Add a warning. diff --git a/pypy/doc/sandbox.rst b/pypy/doc/sandbox.rst --- a/pypy/doc/sandbox.rst +++ b/pypy/doc/sandbox.rst @@ -25,6 +25,13 @@ this case we also generate systematic run-time checks against buffer overflows. +.. warning:: + + The hard work from the PyPy side is done --- you get a fully secure + version. What is only experimental and unpolished is the library to + use this sandboxed PyPy from a regular Python interpreter (CPython, or + an unsandboxed PyPy). Contributions welcome. + Overview -------- _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
