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 ronaldoussoren
Recipients kyle.smith, ned.deily, ronaldoussoren, steven.daprano
Date 2022-03-01.10:06:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646129194.59.0.2595068949.issue46871@roundup.psfhosted.org>
In-reply-to
Content
This is not a bug in CPython, at best this can be a feature request to make it possible to pickle lambda's (which IMHO is unlikely to happen).

The "fork" and "spawn" start methods result in different behaviour in how data is copied into the new worker proces and there's nothing we can do about this. Note that the same difference in behaviour can be observed on Windows, which does not support the "fork" method at all.
History
Date User Action Args
2022-03-01 10:06:34ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, steven.daprano, kyle.smith
2022-03-01 10:06:34ronaldoussorensetmessageid: <1646129194.59.0.2595068949.issue46871@roundup.psfhosted.org>
2022-03-01 10:06:34ronaldoussorenlinkissue46871 messages
2022-03-01 10:06:34ronaldoussorencreate