Module: kamailio
Branch: 6.0
Commit: 265e0f78bd0ecf34c0356ad4ffe8a9d9cf4a9594
URL: 
https://github.com/kamailio/kamailio/commit/265e0f78bd0ecf34c0356ad4ffe8a9d9cf4a9594

Author: S-P Chan <shihping.c...@gmail.com>
Committer: S-P Chan <shihping.c...@gmail.com>
Date: 2025-04-22T07:59:01+08:00

app_python3s: update docs for threads_mode parameter

(cherry picked from commit fcedbd7099a15e09d1dd21c933f3ebfe3c55f5c5)

---

Modified: src/modules/app_python3s/doc/app_python3s_admin.xml

---

Diff:  
https://github.com/kamailio/kamailio/commit/265e0f78bd0ecf34c0356ad4ffe8a9d9cf4a9594.diff
Patch: 
https://github.com/kamailio/kamailio/commit/265e0f78bd0ecf34c0356ad4ffe8a9d9cf4a9594.patch

---

diff --git a/src/modules/app_python3s/doc/app_python3s_admin.xml 
b/src/modules/app_python3s/doc/app_python3s_admin.xml
index 8381dda274f..bb9e86c8c5c 100644
--- a/src/modules/app_python3s/doc/app_python3s_admin.xml
+++ b/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>.

_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to