Author: Armin Rigo <[email protected]> Branch: Changeset: r46991:4d88c07896b2 Date: 2011-09-01 18:25 +0200 http://bitbucket.org/pypy/pypy/changeset/4d88c07896b2/
Log: Update. diff --git a/pypy/doc/stackless.rst b/pypy/doc/stackless.rst --- a/pypy/doc/stackless.rst +++ b/pypy/doc/stackless.rst @@ -199,7 +199,11 @@ The following features (present in some past Stackless version of PyPy) are for the time being not supported any more: -* Tasklets and channels (needs to be rewritten at app-level) +* Tasklets and channels (currently ``stackless.py`` seems to import, + but you have tasklets on top of coroutines on top of greenlets on + top of continulets on top of stacklets, and it's probably not too + hard to cut two of these levels by adapting ``stackless.py`` to + use directly continulets) * Coroutines (could be rewritten at app-level) _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
