ut-parla / parla-experimental

5 stars 0 forks source link

Remove completed task references #104

Closed nicelhc13 closed 1 year ago

nicelhc13 commented 1 year ago

This is related to the garbage collection in https://github.com/ut-parla/parla-experimental/issues/102.

We decided to rely on Python reference count.

This PR is not yet fully tested.

I am trying to design a test case that shows this reference remove really works.

nicelhc13 commented 1 year ago

As I confirmed that our Parla already properly removes references to invalid instances, let me close this PR.