Changes between Version 1 and Version 2 of Ticket #34865, comment 4
- Timestamp:
- Sep 22, 2023, 8:08:37 AM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34865, comment 4
v1 v2 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 — 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.10 Just out of interest, could you try throwing in a `gc.collect()` — that **should** get it — unless we never let the `DatabaseWrapper` go, which is why it would be nice to look at the example — but `WeakRef` is hopefully right in this case.