segfault because python gc tries to free an already freed object in a complex project
I found that commenting out these lines fixes the issue
|
py.Py_DecRef(args); |
|
py.Py_DecRef(kwargs); |
Commenting these lines also helped here #87 (comment) so maybe there is something incorrect