[Python-3000] Practical uses of stackless technology

Giovanni Bajo rasky at develer.com
Mon Oct 23 19:51:41 CEST 2006


Talin wrote:

> Maybe the wrong list - but maybe the right discussion. Specifically,
>   how much of the stackless technology should be adopted in Python3K?

Nowadays, I have moved to greenlet. It is a bare-bone implementation of
continuations, without channels, schedulers, ecc. It is fine for basic
continuation usages, and it is just a standard Python extension. If it were
standardized more, I'm sure it would grow a Python higher-level library
implementing missing constructs on it.
-- 
Giovanni Bajo



More information about the Python-3000 mailing list