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 Mirko Friedenhagen, barry, ned.deily, ronaldoussoren, vstinner
Date 2020-10-19.12:29:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603110599.7.0.924406200849.issue31818@roundup.psfhosted.org>
In-reply-to
Content
I'm in favour of closing this issue.

If anything needs to be done its adding a warning to the documentation of os.fork() to the effect that doing substantial work in the child can be problematic on macOS. Maybe something like:

.. warning:: On macOS the child proces might crash if the parent
   proces uses higher level system APIs before calling this function. This
   includes, but is not limited to, using :mod:`urllib.request` in the parent
   process.
History
Date User Action Args
2020-10-19 12:29:59ronaldoussorensetrecipients: + ronaldoussoren, barry, vstinner, ned.deily, Mirko Friedenhagen
2020-10-19 12:29:59ronaldoussorensetmessageid: <1603110599.7.0.924406200849.issue31818@roundup.psfhosted.org>
2020-10-19 12:29:59ronaldoussorenlinkissue31818 messages
2020-10-19 12:29:59ronaldoussorencreate