On Mon, Feb 16, 2009 at 5:10 AM, Henk Punt <[email protected]> wrote: > 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.
There are already several modules like this, including one I wrote shortly after greenlets were created. However, yours looks clean and reasonably complete. Nice job and thanks for letting us know. Cheers, Richard. _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
