[Python-Dev] [ANN] VPython 0.1
Greg Ewing
greg.ewing at canterbury.ac.nz
Sun Oct 26 01:07:31 CEST 2008
A.M. Kuchling wrote:
> A stray thought: does using a generator for the VM make life easier
> for the Stackless Python developers in any way? Does it make it
> possible for stock CPython to become stackless?
I doubt it. A major barrier to stacklessness is that
a lot of extension modules would need to be rewritten
in a completely different way. Just changing the VM
isn't going to make a difference to that.
--
Greg
More information about the Python-Dev
mailing list