-
Notifications
You must be signed in to change notification settings - Fork 21
Use weakref #124
Copy link
Copy link
Closed
Labels
code improvementA feature request that will improve the software and its maintainability, but be invisible to users.A feature request that will improve the software and its maintainability, but be invisible to users.good first issueGood for newcomersGood for newcomers
Milestone
Metadata
Metadata
Assignees
Labels
code improvementA feature request that will improve the software and its maintainability, but be invisible to users.A feature request that will improve the software and its maintainability, but be invisible to users.good first issueGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for issues without a type.
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._problemshould be a weakref.This is somewhat related to #45.