Will Python 3 be "stackless"?

Chris Rebert clp at rebertia.com
Thu Oct 23 16:20:17 EDT 2008


On Thu, Oct 23, 2008 at 1:14 PM, Phillip B Oldham
<phillip.oldham at gmail.com> wrote:
> Will Python 3 be "stackless"? Or, rather, will it have any features
> similar to stackless' microthreads and channels?
> --
> http://mail.python.org/mailman/listinfo/python-list
>

No, it will definitely not. But it does have the new multiprocessing
module: http://docs.python.org/library/multiprocessing.html#module-multiprocessing

Cheers,
Chris
-- 
Follow the path of the Iguana...
http://rebertia.com



More information about the Python-list mailing list