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.

作者 lukasz.langa
收信人 barry, davin, kapilt, lukasz.langa, miss-islington, ned.deily, pitrou, ronaldoussoren, vstinner
日期 2019-03-25.19:08:25
SpamBayes Score -1.0
Marked as misclassified
Message-id <1553540905.49.0.309450172265.issue33725@roundup.psfhosted.org>
In-reply-to
内容
It's trivial but not safe in the sense that code that previously depended on some global state setup done in the master process right before fork will stop working. If this code is a library that is not in your control, you might not be able to "just revert" to fork mode easily.

And that change should be made for every platform so it will affect a much broader group of users than are affected by *this* issue.

Another thing is that some application packagers (at least Facebook's XAR but probably many others) don't work with "start" by default.

So don't take this lightly, just as Davin is saying. That being said, it's probably wise to change the default to "start" which is a better method. And if we *are* changing, doing it sooner rather than later makes the most sense.
历史
日期 用户 动作 参数
2019-03-25 19:08:25lukasz.langa修改recipients: + lukasz.langa, barry, ronaldoussoren, pitrou, vstinner, ned.deily, davin, miss-islington, kapilt
2019-03-25 19:08:25lukasz.langa修改messageid: <1553540905.49.0.309450172265.issue33725@roundup.psfhosted.org>
2019-03-25 19:08:25lukasz.langa链接issue33725 messages
2019-03-25 19:08:25lukasz.langa创建