Skip to content

Work around fork/multiprocessing issues on macOS

Paul McCarthy requested to merge mnt/macos-fork into master
  1. FUNPACK relies on fork() for parallelism
  2. The method used by multiprocessing was changed from fork on macOS in python 3.8

More details in note added to README

Edited by Paul McCarthy

Merge request reports