Skip to content
Snippets Groups Projects
Commit e762a255 authored by Maciej Fijalkowski's avatar Maciej Fijalkowski
Browse files

update info about stackless

parent 51fa1f04
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,9 @@
<p>Support for <a class="reference external" href="http://www.stackless.com/">Stackless</a> and greenlets are now integrated in the normal
PyPy. More detailed information is available <a class="reference external" href="http://doc.pypy.org/en/latest/stackless.html">here</a>.</p>
<p>Note that there is still an important performance hit for programs using
Stackless features.</p>
Stackless features. Also, as of 2.0 beta 1 (and any previous version),
there are known crashes of stackless features. We're working on improving
the situation for 2.0 final and enabling the JIT.</p>
</div>
<div class="section" id="other-features">
<h1>Other features</h1>
......
......@@ -75,7 +75,9 @@
PyPy. More detailed information is available here__.
Note that there is still an important performance hit for programs using
Stackless features.
Stackless features. Also, as of 2.0 beta 1 (and any previous version),
there are known crashes of stackless features. We're working on improving
the situation for 2.0 final and enabling the JIT.
.. _Stackless: http://www.stackless.com/
.. __: http://doc.pypy.org/en/latest/stackless.html
......
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