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 _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
