[Python-3000] Will we have a true restricted exec environmentfor python-3000?
Greg Ewing
greg.ewing at canterbury.ac.nz
Tue Apr 11 09:55:45 CEST 2006
Ian Bicking wrote:
> So I hear there's long been the ability to make multiple interpreters at
> the C level -- but this has never been exposed at the Python
> level.
I'm not sure it would help in this case, unless
there was no sharing of objects between the
interpreters, in which case you might as well
be running it in a separate process.
--
Greg
More information about the Python-3000
mailing list