Add support for Py_NewInterpreterFromConfig
pyscripter opened this issue · 0 comments
pyscripter commented
Py_NewInterpreterFromConfig introduced in python 12 allows the creation of sub interpreters with their own GIL. Thus it allows threads to run in parallel.
TPythonThread should be extended to support this.