Description
During GIL refactoring as part of enablement of free-threading in Python:
an incorrect storage specifier was used to save PyThreadState.
This result in deadlock in the KEMI modules
This issue is a placeholder for the correct threading fix for threads_mode = 1
Note that threads_mode = 0
(the default) is the original threading model
Reference
See gh #4153
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4213@github.com>
Description
During GIL refactoring as part of enablement of free-threading in Python:
an incorrect storage specifier was used to save PyThreadState.
This result in deadlock in the KEMI modules
This issue is a placeholder for the correct threading fix for threads_mode = 1
Note that threads_mode = 0
(the default) is the original threading model
Reference
See gh #4153
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4213@github.com>