SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

GH-84559: Deprecate fork being the multiprocessing default. (#100618)

This starts the process. Users who don't specify their own start method
and use the default on platforms where it is 'fork' will see a
DeprecationWarning upon multiprocessing.Pool() construction or upon
multiprocessing.Process.start() or concurrent.futures.ProcessPool use.

See the related issue and documentation within this change for details.
G
Gregory P. Smith committed
0ca67e6313c11263ecaef7ce182308eeb5aa6814
Parent: 618b7a8
Committed by GitHub <noreply@github.com> on 2/2/2023, 11:50:35 PM