Rev4462, Experimental fix for segfault on shutdown

This commit is contained in:
shortcutme 2020-03-04 21:50:28 +01:00
parent 37a401fdef
commit c4f65a5d7b
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
2 changed files with 1 additions and 4 deletions

View file

@ -55,9 +55,6 @@ class ThreadPool:
del self.pool
self.pool = None
def __del__(self):
self.kill()
lock_pool = gevent.threadpool.ThreadPool(50)
main_thread_id = threading.current_thread().ident