doc/
subfolder, the README file is autogenerated)Python's C interface contract states that C code must either raise an exception and return NULL, or return a Python object.
Doing both will raise a SystemError
exception which obscures the original problem. It may also cause a memory leak.
https://github.com/kamailio/kamailio/pull/4044
(2 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.