[Python-3000] Stackless anyone ?
Greg Ewing
greg.ewing at canterbury.ac.nz
Tue Sep 18 23:25:55 CEST 2007
Talin wrote:
> the ultimate solution to Python concurrency won't be via patching
> CPython, but to compile the meta-Python language to a back-end
> representation that is inherently concurrent.
You can't get something for nothing, though -- that
"inherently concurrent" back-end representation will
have to deal with all the same issues one way or
another.
--
Greg
More information about the Python-3000
mailing list