Closed nicelhc13 closed 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.
As I confirmed that our Parla already properly removes references to invalid instances, let me close this PR.
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.