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 mbussonn
Recipients eric.smith, mbussonn
Date 2020-06-20.03:24:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592623467.75.0.834056718513.issue41041@roundup.psfhosted.org>
In-reply-to
Content
Thanks.

That's an annoying side effect of having spawn by default on macOS then. 

Could it be possible in `pool.map()` to detect that some of the objects are from main and would fail and then raise an error message in the parent process before starting the children ?
History
Date User Action Args
2020-06-20 03:24:27mbussonnsetrecipients: + mbussonn, eric.smith
2020-06-20 03:24:27mbussonnsetmessageid: <1592623467.75.0.834056718513.issue41041@roundup.psfhosted.org>
2020-06-20 03:24:27mbussonnlinkissue41041 messages
2020-06-20 03:24:27mbussonncreate