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

@ -13,7 +13,7 @@ class Config(object):
def __init__(self, argv):
self.version = "0.7.1"
self.rev = 4461
self.rev = 4462
self.argv = argv
self.action = None
self.test_parser = None

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