Loading
Fix for the issue #3646. It looks like the default for macos and python 3.8+...
Fix for the issue #3646. It looks like the default for macos and python 3.8+ "spawn" method does not work on macos, swith to "fork" for all situations. https://bugs.python.org/issue33725. Rebased on the current master.