[Python-Dev] Trial balloon: microthreads library in stdlib

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Feb 13 00:59:39 CET 2007


Talin wrote:

> What I am getting at is that rather that doing heroic efforts to add 
> stackless-ness to the current Python code base without changing it, 
> instead define a migration path which allows Python to eventually 
> acquire the characteristics of a stackless implementation.

I think you've already answered your own question. This
is not the sort of thing that can be done piecemeal -- it
requires everything to change simultaneously to a very
different underlying model.

The other thing is that, even if some kind of migration
path could be found, Guido et al wouldn't want to follow
that path anyway -- because the end result would be too
convoluted for ordinary people to understand and maintain.

--
Greg


More information about the Python-Dev mailing list