mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
The existence of a __del__() method prevents deallocation on python2 if there are circular references. Replace the __del__() method with a new finalize() call and arrange for it to be called when the main reactor is released. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>