Skip to content

Rework the helper classes

Peter Hutterer requested to merge wip/weakrefs into main

From two parent classes overriding __del__ to a single parent class that uses weakrefs and decorators. This allows us to easier share the code.

Merge request reports

Loading