消息 [378947]
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. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2020-10-19 12:29:59 | ronaldoussoren | 修改 | recipients:
+ ronaldoussoren, barry, vstinner, ned.deily, Mirko Friedenhagen |
| 2020-10-19 12:29:59 | ronaldoussoren | 修改 | messageid: <1603110599.7.0.924406200849.issue31818@roundup.psfhosted.org> |
| 2020-10-19 12:29:59 | ronaldoussoren | 链接 | issue31818 messages |
| 2020-10-19 12:29:59 | ronaldoussoren | 创建 | |
|