Changes between Initial Version and Version 1 of Ticket #34865, comment 4
- Timestamp:
- Sep 22, 2023, 8:07:54 AM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34865, comment 4
initial v1 8 8 > … ends up in a circular reference ... and the GC could not cleanup the objects. 9 9 10 Just out of interest, could you try throwing in a `gc.collect()` — that **should** get it (but `WeakRef` is hopefully right in this case.)10 Just out of interest, could you try throwing in a `gc.collect()` — that **should** get it — unless we never let *that* go, which is why it would be nice to look at the example — but `WeakRef` is hopefully right in this case.