<div class="gmail_quote">2011/9/2 Armin Rigo <span dir="ltr">&lt;<a href="mailto:arigo@tunes.org">arigo@tunes.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
* stackless support could do with some volunteer work now --- in<br>
particular, lib_pypy/stackless.py could be refactored to use directly<br>
continulets, in a similar way to lib_pypy/greenlet.py.  I am ready to<br>
explain a bit more on irc how continulets work, but I don&#39;t have<br>
enough motivation to do the complete refactoring myself.  It&#39;s also a<br>
nice entry-level task for someone who wants to.<br>
<br><br></blockquote><div><br></div><div>hi guys,</div><div><br></div><div>I made a first version of stackless with continulets. Attached the patch and the complete stackless.py file for review. Someone have time for look the patch?</div>

<div><br></div><div>I have attached too a file with a helper and examples for users to solve &quot;RuntimeError: maximum recursion depth exceeded&quot; based on pypy stackless online doc.  I&#39;m not sure if my version of stackless with continulets is much faster than stackless with greenlets, in factorial.py file, in my machine for input 2000, the new version runs on 20 seconds and the old version 30.</div>

<div><br></div><div>best regards,</div><div><br></div><div>Rodrigo  Araújo</div></div>