Skip to content

Commit

Permalink
πŸ“œπŸ€– Added by blurb_it.
Browse files Browse the repository at this point in the history
  • Loading branch information
blurb-it[bot] authored Sep 19, 2024
1 parent 5192e06 commit 7ab7ebc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The default :mod:`multiprocessing` start method on Linux and other POSIX systems has been changed away from often unsafe``"fork"`` to ``"forkserver"`` (when the platform support sending file handles over pipes) or ``"spawn"``. Mac and Windows are unchanged as they already default to ``"spawn"``.

0 comments on commit 7ab7ebc

Please sign in to comment.