|
Re: Practical uses of stackless technology: msg#00200python.python-3000.devel
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 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Practical uses of stackless technology: 00200, Talin |
|---|---|
| Next by Date: | Re: Practical uses of stackless technology: 00200, Richard Tew |
| Previous by Thread: | Re: Practical uses of stackless technologyi: 00200, Talin |
| Next by Thread: | Re: Practical uses of stackless technology: 00200, Richard Tew |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |