Skip to content

segfault because python gc tries to free an already freed object #90

Description

@sigmaSd

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

py.Py_DecRef(args);
py.Py_DecRef(kwargs);

Commenting these lines also helped here #87 (comment) so maybe there is something incorrect

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions