Closed rotu closed 4 years ago
Please spend the time to write a description what this PR contains, and if applicable what other PRs it replaces. Also please address the CI failure.
Done.
Also please address the CI failure.
Still failing CI.
d'oh!
Parts of this change have in the meantime landed, e.g. the usage of distutils.core.run_setup()
in #30.
@rotu Would you like to revisit other parts of this change and rebase them or should this be closed?
Would you like to revisit other parts of this change and rebase them or should this be closed?
I will go ahead and close the ticket for now. Please feel free to rebase / update the branch and it can be reopened.
Follow up to #22, #24
Adds and uses a new function wrapper
out_of_process
which wraps a python function into a subprocess.Address some performance concerns by using multiprocessing.Process instead of multiprocessing.Pool when we’re not reusing the same pool.