Pre-Submission Checklist

Type Of Change

Checklist:

Description

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.


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/4044

Commit Summary

File Changes

(2 files)

Patch Links:


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/pull/4044@github.com>