Commit 8903db53 authored by Stefan Behnel's avatar Stefan Behnel

Py2.4 fix, no need to join the process pool in the error termination case

parent 6f7cd9e3
......@@ -112,8 +112,6 @@ def cython_compile(path_pattern, options):
else:
if pool is not None:
pool.close()
finally:
if pool is not None:
pool.join()
......
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