Commit ffca0283 by Michael DeHaan

Closing pool explicitly may cause some exceptions on certain Pythons, disable for now.

parent 895715b6
......@@ -565,7 +565,6 @@ class Runner(object):
p = multiprocessing.Pool(self.forks)
try:
result = p.map(_executor_hook, hosts)
p.close()
except KeyboardInterrupt:
p.terminate()
raise errors.AnsibleError("Interrupted")
......
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