Memory leakage
daskol opened this issue · 1 comments
daskol commented
There is no proper destroyer. As sequence, memory leaks if object of MyStem
is destroyed but mystem
is alive. It destroys after closing the parent application because of Linux.
Try to run the following.
mystem = Mystem().start()
del mystem
GC collected mystem
but process mystem
is still running.
alexanderpanchenko commented
fixed by @daskol