Changes between Version 1 and Version 2 of Ticket #34865, comment 4


Ignore:
Timestamp:
Sep 22, 2023, 8:08:37 AM (14 months ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34865, comment 4

    v1 v2  
    88> … ends up in a circular reference ... and the GC could not cleanup the objects.
    99
    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.
     10Just 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.
Back to Top