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 pitrou
Recipients barry, davin, kapilt, ned.deily, pitrou, ronaldoussoren
Date 2018-11-14.18:16:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542219365.52.0.788709270274.issue33725@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-11-14 18:16:05pitrousetrecipients: + pitrou, barry, ronaldoussoren, ned.deily, davin, kapilt
2018-11-14 18:16:05pitrousetmessageid: <1542219365.52.0.788709270274.issue33725@psf.upfronthosting.co.za>
2018-11-14 18:16:05pitroulinkissue33725 messages
2018-11-14 18:16:05pitroucreate