This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Julian, aduncan, davin, itamarst, itamarst2, pitrou
Date 2021-04-30.18:54:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619808853.49.0.0531882696032.issue40379@roundup.psfhosted.org>
In-reply-to
Content
The problem with changing the default is that this will break any application that depends on passing non-picklable data to the child process (in addition to the potentially unexpected performance impact).

The docs already contain a significant elaboration on the matter, but feel free to submit a PR that would make the various caveats more explicit:
https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods
History
Date User Action Args
2021-04-30 18:54:13pitrousetrecipients: + pitrou, Julian, itamarst, davin, itamarst2, aduncan
2021-04-30 18:54:13pitrousetmessageid: <1619808853.49.0.0531882696032.issue40379@roundup.psfhosted.org>
2021-04-30 18:54:13pitroulinkissue40379 messages
2021-04-30 18:54:13pitroucreate