Rev4462, Experimental fix for segfault on shutdown
This commit is contained in:
parent
37a401fdef
commit
c4f65a5d7b
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue