Skip to content

Remove use of local functions with multiprocessing

This PR fixes use of multiprocessing with 'spawn' start methods (default on Windows, and on macOS for python-3.8) by removing the use of local functions with multiprocess_with_queues.

Merge request reports