Skip to content

Fix multiprocessing start method

Compare
Choose a tag to compare
@MetinSa MetinSa released this 05 Jul 09:20
· 225 commits to main since this release

[0.6.6] - 2022-07-05

Fixed

  • start_method for multiprocessing now defaults to using "fork" for linux and macOS systems, which means that users no longer need to wrap the code in if __name__ == "__main__" guards unless they are on Windows.