|
@@ -177,6 +177,10 @@ modparam("app_python3", "child_init_method", "my_child_init")
|
|
|
If set to 0, use PyGILState_Ensure()/PyGILState_Release() (the mode
|
|
|
implemented initially).
|
|
|
|
|
|
+ If set to 1, Python threading Thread objects created in the KEMI script
|
|
|
+ will be scheduled. Otherwise, additional Python threads will not be
|
|
|
+ scheduled (no release of GIL).
|
|
|
+
|
|
|
Default value is “0”.
|
|
|
|
|
|
Example 1.4. Set threads_mode parameter
|