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.

作者 gregory.p.smith
收信人 barry, davin, gregory.p.smith, josh.r, kapilt, lukasz.langa, miss-islington, ned.deily, pablogsal, pitrou, ronaldoussoren, tdsmith, vstinner
日期 2019-05-28.23:18:24
SpamBayes Score -1.0
Marked as misclassified
Message-id <1559085504.52.0.432355809003.issue33725@roundup.psfhosted.org>
In-reply-to
内容
There is a multiprocessing spawn method on Python 2.7.  And we should never do such a crazy huge feature backport.

IMNSHO - We should not change the default in 3.7 either.  That is a notable behavior change.  That decision is entirely up to Ned (RM).  If people are using an OS that changes behavior out from underneath their application between minor OS version upgrades, they should take that up with the OS vendor.  We cannot workaround this fundamental problem.

Applications and libraries will still need to support a slew of Python versions and OS versions, so they're all going to need to be modified to explicitly request the "spawn" method from multiprocessing on macOS anyways.  So there seems little point in changing the default within a patch release 3.7.4.
历史
日期 用户 动作 参数
2019-05-28 23:18:24gregory.p.smith修改recipients: + gregory.p.smith, barry, ronaldoussoren, pitrou, vstinner, ned.deily, lukasz.langa, josh.r, tdsmith, davin, pablogsal, miss-islington, kapilt
2019-05-28 23:18:24gregory.p.smith修改messageid: <1559085504.52.0.432355809003.issue33725@roundup.psfhosted.org>
2019-05-28 23:18:24gregory.p.smith链接issue33725 messages
2019-05-28 23:18:24gregory.p.smith创建