diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-09-16 12:15:19 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-09-16 23:53:45 -0400 |
commit | 760a0f8df538ecce87812004ecea73e0db95d99b (patch) | |
tree | 4fcebbe13d59f8d7a6a889a68a80a1758cc3cd8b /klippy/extras/display/display.py | |
parent | a3fa11ffd454d6efec414646213eccd3a8525165 (diff) | |
download | kutter-760a0f8df538ecce87812004ecea73e0db95d99b.tar.gz kutter-760a0f8df538ecce87812004ecea73e0db95d99b.tar.xz kutter-760a0f8df538ecce87812004ecea73e0db95d99b.zip |
reactor: Add explicit finalize() method to clean up reactor state
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>
Diffstat (limited to 'klippy/extras/display/display.py')
0 files changed, 0 insertions, 0 deletions