Forráskód Böngészése

app_python3s: update docs for threads_mode parameter

S-P Chan 5 hónapja
szülő
commit
fcedbd7099
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      src/modules/app_python3s/doc/app_python3s_admin.xml

+ 4 - 0
src/modules/app_python3s/doc/app_python3s_admin.xml

@@ -160,6 +160,10 @@ def ksr_script_child_init():
 			v6.0.x). If set to 0, use PyGILState_Ensure()/PyGILState_Release()
 			(the mode implemented initially).
 	    </para>
+	    <para>
+		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).
+	    </para>
 	    <para>
 		<emphasis>
 			Default value is <quote>0</quote>.