-
Notifications
You must be signed in to change notification settings - Fork 824
Closed
Description
The title says it all. @richardjgowers mentioned it'd be interesting to implement, but currently that leads to mem leaks as the garbage collector can't clean up the Universe.
See the discussion on #293.
If Universe has a del I end up with two uncollectables: the Universe itself and the trajectory (which also has a del). I tried to find any sort of circular reference between the two, but found nothing.
Is it worth pursuing this?
Reactions are currently unavailable