Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Use fork for starting parallel processes #48

Merged
merged 2 commits into from
Mar 2, 2022

Conversation

FabijanC
Copy link
Collaborator

@FabijanC FabijanC commented Mar 1, 2022

Usage

  • Fix dumping crashing on Mac (close Persisting the state fails #46):
    • Python >=3.8 starts multiprocessing.Process with spawn, which causes pickling to fail; fork is the default on Linux, which is what this PR sets.
  • Improve Readme (Contents)

Dev Specific Changes

  • None

@FabijanC FabijanC changed the title Multiprocessing set fork Use fork for starting parallel processes Mar 1, 2022
@FabijanC FabijanC merged commit 3f92b54 into master Mar 2, 2022
@FabijanC FabijanC deleted the multiprocessing-set-fork branch March 2, 2022 09:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Persisting the state fails
2 participants