[Stackless] Stackless on top of greenlets

Henk Punt henkpunt at gmail.com
Mon Feb 16 11:10:11 CET 2009


Hi

I have created a module that implements the stackless API on top of greenlets.
This was done to make my Concurrence framework also run on 'normal'
python as opposed
to only on stackless.

It implements enough of the stackless API to make typical Concurrence
applications
run on normal python, but it should be complete enough to be also of
interest to other stackless based applications.

The module is part of the concurrence source and is called '_stackless.py'.

You can find it at

http://code.google.com/p/concurrence/source/browse/trunk/lib/concurrence/_stackless.py




More information about the Stackless mailing list