Message329923
| 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:05 | pitrou | set | recipients: + pitrou, barry, ronaldoussoren, ned.deily, davin, kapilt |
| 2018-11-14 18:16:05 | pitrou | set | messageid: <1542219365.52.0.788709270274.issue33725@psf.upfronthosting.co.za> |
| 2018-11-14 18:16:05 | pitrou | link | issue33725 messages |
| 2018-11-14 18:16:05 | pitrou | create | |