Module: kamailio Branch: 6.0 Commit: 5406da9cf265f6dc80beeb9bea642bf8dd87be32 URL: https://github.com/kamailio/kamailio/commit/5406da9cf265f6dc80beeb9bea642bf8...
Author: S-P Chan shihping.chan@gmail.com Committer: S-P Chan shihping.chan@gmail.com Date: 2025-04-22T07:58:43+08:00
app_python3: update docs for threads_mode parameter
(cherry picked from commit 168d289ebd6daadf58199f4461ef7cd30dc7442a)
---
Modified: src/modules/app_python3/doc/app_python3_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/5406da9cf265f6dc80beeb9bea642bf8... Patch: https://github.com/kamailio/kamailio/commit/5406da9cf265f6dc80beeb9bea642bf8...
---
diff --git a/src/modules/app_python3/doc/app_python3_admin.xml b/src/modules/app_python3/doc/app_python3_admin.xml index 87b97f0824d..20eeae6ffce 100644 --- a/src/modules/app_python3/doc/app_python3_admin.xml +++ b/src/modules/app_python3/doc/app_python3_admin.xml @@ -168,6 +168,10 @@ modparam("app_python3", "child_init_method", "my_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>.