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
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
deno_python/src/python.ts
Lines 868 to 869 in 4a64342
Commenting these lines also helped here #87 (comment) so maybe there is something incorrect