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 _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com