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

_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to