ansible/changelogs/fragments/python38-macos.yaml

3 lines
154 B
YAML
Raw Normal View History

bugfixes:
- TaskQueueManager - Explicitly set the mutliprocessing start method to ``fork`` to avoid issues with the default on macOS now being ``spawn``.