Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r5960:34919a72c45c Date: 2019-08-07 16:06 +0200 http://bitbucket.org/pypy/extradoc/changeset/34919a72c45c/
Log: Link to https://rpython.readthedocs.io/en/latest/examples.html (thanks matti) diff --git a/blog/draft/2019-08-sandbox.rst b/blog/draft/2019-08-sandbox.rst --- a/blog/draft/2019-08-sandbox.rst +++ b/blog/draft/2019-08-sandbox.rst @@ -30,7 +30,7 @@ controller process but hopefully not deep inside the guts of the sandboxed PyPy. Among the advantages, such a more robust solution should mean that we can actually get a working sandboxed PyPy or sandboxed PyPy3 or sandboxed -version of any other interpreter written in RPython---with just an extra +version of `any other interpreter`_ written in RPython---with just an extra argument when calling ``rpython`` to translate this interpreter. If everything works as planned, sandboxing may be given a second life. @@ -38,3 +38,4 @@ .. _Anvil: https://anvil.works .. _sandbox: http://doc.pypy.org/en/latest/sandbox.html +.. _`any other interpreter`: https://rpython.readthedocs.io/en/latest/examples.html _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
