Time to rename Stackless? (Re: Stackless Platform Independence?)

Paul Rubin phr-n2002a at nightsong.com
Mon Feb 25 06:27:29 EST 2002


Christian Tismer <tismer at tismer.com> writes:
> > Maybe something like "Microthreaded Python" or
> > "Multitasking Python" would be better?
> 
> We have now tasklets, proclets, and the stack slices
> are stacklets. :)

What about generators (yield statement)?  Since you have microthreads,
is it now ok to yield through multiple levels of function calls?



More information about the Python-list mailing list