Skip to content
Snippets Groups Projects
Commit 4d64c0df authored by Armin Rigo's avatar Armin Rigo
Browse files

Update the section about sandboxing again, to make it sound even less supported

parent df872ae7
No related branches found
No related tags found
No related merge requests found
...@@ -182,16 +182,12 @@ ...@@ -182,16 +182,12 @@
</ul> </ul>
<ul class="simple"> <ul class="simple">
<li>Sandboxing: A special safe version. Read the docs about <a class="reference external" href="features.html#sandboxing">sandboxing</a>. <li>Sandboxing: A special safe version. Read the docs about <a class="reference external" href="features.html#sandboxing">sandboxing</a>.
(It is also possible to <a class="reference internal" href="#translate">translate</a> a version that includes both This version is <strong>not supported</strong> and not actively maintained. You
sandboxing and the JIT compiler, although as the JIT is relatively will likely have to fix some issues yourself, or checkout an old
complicated, this reduces a bit the level of confidence we can put in version, or otherwise play around on your own. We provide this
the result.) <strong>Note that the sandboxed binary needs a full pypy checkout documentation only for historical reasons. Please do not use in
to work</strong>. Consult the <a class="reference external" href="http://doc.pypy.org/en/latest/sandbox.html">sandbox docs</a> for details. (These are old, production. For reference, there are some very old, unmaintained
PyPy 1.8.)<ul> binaries for Linux (<a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-sandbox-linux64.tar.bz2">32bit</a>, <a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-sandbox-linux.tar.bz2">64bit</a>).</li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-sandbox-linux64.tar.bz2">Linux binary (64bit)</a></li>
<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-sandbox-linux.tar.bz2">Linux binary (32bit)</a></li>
</ul>
</li>
</ul> </ul>
</div> </div>
<div class="section" id="installing"> <div class="section" id="installing">
......
...@@ -179,16 +179,12 @@ ...@@ -179,16 +179,12 @@
.. __: https://bitbucket.org/pypy/revdb/ .. __: https://bitbucket.org/pypy/revdb/
* Sandboxing: A special safe version. Read the docs about sandboxing_. * Sandboxing: A special safe version. Read the docs about sandboxing_.
(It is also possible to translate_ a version that includes both This version is **not supported** and not actively maintained. You
sandboxing and the JIT compiler, although as the JIT is relatively will likely have to fix some issues yourself, or checkout an old
complicated, this reduces a bit the level of confidence we can put in version, or otherwise play around on your own. We provide this
the result.) **Note that the sandboxed binary needs a full pypy checkout documentation only for historical reasons. Please do not use in
to work**. Consult the `sandbox docs`_ for details. (These are old, production. For reference, there are some very old, unmaintained
PyPy 1.8.) binaries for Linux (32bit__, 64bit__).
* `Linux binary (64bit)`__
* `Linux binary (32bit)`__
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-sandbox-linux64.tar.bz2 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-sandbox-linux64.tar.bz2
.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-sandbox-linux.tar.bz2 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-sandbox-linux.tar.bz2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment