miconda left a comment (kamailio/kamailio#4479)

False reporting, code is like:

```
        PyGILState_STATE gstate;
        ...

        if(_ksr_apy3_threads_mode != 1) {
                gstate = PyGILState_Ensure();
        }
        ...
        if(_ksr_apy3_threads_mode != 1) {
                PyGILState_Release(gstate);
        }
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4479#issuecomment-3523729530
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/4479/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to