python C-api and thread

aotto1968 aotto1968 at t-online.de
Mon Aug 5 17:19:14 EDT 2024


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


More information about the Python-list mailing list