-
Notifications
You must be signed in to change notification settings - Fork 1
Fix memory leaks #9
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingcriticialWithout this, we cannot create a stable releaseWithout this, we cannot create a stable releasepyodideOnly affecting components whose frontend was written in Python.Only affecting components whose frontend was written in Python.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcriticialWithout this, we cannot create a stable releaseWithout this, we cannot create a stable releasepyodideOnly affecting components whose frontend was written in Python.Only affecting components whose frontend was written in Python.
Type
Fields
Give feedbackNo fields configured for issues without a type.
we are leaking memory at essentially all the places where we're using
create_proxy. We should release the proxies when they are not referenced anymore.