hi,

Is it possible to run two completely independent Python interpreters in one 
process, each using a thread?

By independent, I mean that no data is shared between the interpreters and thus the C API can be used without any other "lock/GIL" etc.

mfg
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to