Multiple, separated interpreters in a single process

Aahz aahz at pythoncraft.com
Thu Feb 6 16:38:02 EST 2003


In article <mailman.1044547994.22179.python-list at python.org>,
Tobias Oberstein <Tobias.Oberstein at gmx.de> wrote:
>
>I'd like to have multiple interpreters within a single process
>such that the interpreters are competely separated (like in TCL):
>
>- different object spaces
>- different GILs

No can do.  Problem is that extensions loaded by Python might have
static data.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Argue for your limitations, and sure enough they're yours."  --Richard Bach




More information about the Python-list mailing list