aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/reactor.py
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-09-16 21:29:03 -0400
committerKevin O'Connor <kevin@koconnor.net>2020-09-16 23:53:45 -0400
commit3dc0522870fc901089f2844c86b045e8807a22e8 (patch)
treedc2f074f81172907292e8a7b34f3947c512722d2 /klippy/reactor.py
parent9814daa999387085f95f55aa36dd1842d46e33e5 (diff)
downloadkutter-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