Commit 01bb2586 authored by Denis Bilenko's avatar Denis Bilenko

ThreadPool: remove duplicate _add_threads() call

parent 8ac95135
......@@ -73,7 +73,6 @@ class ThreadPool(object):
# go down to 0.
sys.stderr.write("WARNING: Mixing fork() and threads detected; memory leaked.\n")
self._init(self._maxsize)
self._add_threads()
def join(self):
delay = 0.0005
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment