aotto1968
2024-08-05 21:19:14 UTC
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
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