Use weakref
#348
Replies: 4 comments
-
marked this issue as related to #97 |
Beta Was this translation helpful? Give feedback.
0 replies
-
marked this issue as related to #98 |
Beta Was this translation helpful? Give feedback.
0 replies
-
In my naïve tests this might not actually be necessary. I think we need to do a more thorough investigation (hence Summer-sprint) before deciding on a go/no-go. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Being implemented with #539. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There are a lot of circular pointers in MontePy. Weakrefs should be used in someplaces to avoid these circular pointers, making problems un garbage collectable. Likely
self._problem
should be a weakref.This is somewhat related to #11 .
Beta Was this translation helpful? Give feedback.
All reactions