[pypy-dev] Stacklets

Александр Седов elec.lomy.ru at gmail.com
Fri Sep 23 20:35:05 CEST 2011


2011/9/1 Armin Rigo <arigo at tunes.org>:
> Hi,
>
> The "stacklet" branch has been merged now.  The "_continuation" module
> is available on all PyPys with or without the JIT on x86 and x86-64
> since a few days, and it will of course be part of release 1.6.1.
> There is an almost-complete wrapper "greenlet.py".  For documentation
> and current limitations see here:
>
>    http://doc.pypy.org/en/latest/stackless.html .
>
>
> A bientôt,
>
> Armin.
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> http://mail.python.org/mailman/listinfo/pypy-dev
>

Hello Armin,
I'm interested in porting _stackless to stacklets (and also probably
making it inter-thread). Where can I find reference API documentation
for channels and tasklets because I think it's probably would be
simpler to rewrite some parts of code completely.

--
Best regards,
Alexander Sedov


More information about the pypy-dev mailing list