diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-09-16 21:29:03 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-09-16 23:53:45 -0400 |
commit | 3dc0522870fc901089f2844c86b045e8807a22e8 (patch) | |
tree | dc2f074f81172907292e8a7b34f3947c512722d2 /klippy/reactor.py | |
parent | 9814daa999387085f95f55aa36dd1842d46e33e5 (diff) | |
download | kutter-3dc0522870fc901089f2844c86b045e8807a22e8.tar.gz kutter-3dc0522870fc901089f2844c86b045e8807a22e8.tar.xz kutter-3dc0522870fc901089f2844c86b045e8807a22e8.zip |
serialhdl: Don't define a __del__() method
The existence of a __del__() method prevents deallocation on python2
if there are circular references. Just remove the method as
disconnect() should already be called directly.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'klippy/reactor.py')
0 files changed, 0 insertions, 0 deletions