Hi,
I'm curious what is required from multiprocess that is not available from multiprocessing? The change seems to have occurred in a large refactoring CL that doesn't really spell out the reason for the change. Tests still pass if it's changed back to multiprocessing, and I'm slightly concerned that the multiprocess module won't play well with existing code that requires customized multiprocessing wrappers version to fork safely.
Hi,
I'm curious what is required from multiprocess that is not available from multiprocessing? The change seems to have occurred in a large refactoring CL that doesn't really spell out the reason for the change. Tests still pass if it's changed back to multiprocessing, and I'm slightly concerned that the multiprocess module won't play well with existing code that requires customized multiprocessing wrappers version to fork safely.