Message370293
| Author | ned.deily |
|---|---|
| Recipients | docs@python, ezwelty, ned.deily, pitrou, ronaldoussoren, terry.reedy |
| Date | 2020-05-29.10:37:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1590748663.1.0.341965778978.issue33111@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
In Python 3.8, the default start method for multiprocessing when run on macOS is now "spawn" instead of "fork". "Changed in version 3.8: On macOS, the spawn start method is now the default. The fork start method should be considered unsafe as it can lead to crashes of the subprocess. See bpo-33725." |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-05-29 10:37:43 | ned.deily | set | recipients: + ned.deily, terry.reedy, ronaldoussoren, pitrou, docs@python, ezwelty |
| 2020-05-29 10:37:43 | ned.deily | set | messageid: <1590748663.1.0.341965778978.issue33111@roundup.psfhosted.org> |
| 2020-05-29 10:37:43 | ned.deily | link | issue33111 messages |
| 2020-05-29 10:37:43 | ned.deily | create | |