-
- Notifications
You must be signed in to change notification settings - Fork 324
Closed
Labels
Description
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.