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.

作者 pitrou
收信人 barry, davin, kapilt, ned.deily, pitrou, ronaldoussoren
日期 2018-11-14.18:16:05
SpamBayes Score -1.0
Marked as misclassified
Message-id <1542219365.52.0.788709270274.issue33725@psf.upfronthosting.co.za>
In-reply-to
内容
Legacy code is easy to migrate as long as it uses Python 3.  Just call

  mp.set_start_method('forkserver')

at the top of your code and you're done.  Some use cases may fail (if sharing non-picklable types), but they're probably not very common.
历史
日期 用户 动作 参数
2018-11-14 18:16:05pitrou修改recipients: + pitrou, barry, ronaldoussoren, ned.deily, davin, kapilt
2018-11-14 18:16:05pitrou修改messageid: <1542219365.52.0.788709270274.issue33725@psf.upfronthosting.co.za>
2018-11-14 18:16:05pitrou链接issue33725 messages
2018-11-14 18:16:05pitrou创建