Message 197447 - Python tracker
Message197447
| Author | Olivier.Grisel |
|---|---|
| Recipients | Olivier.Grisel, lars, sbt |
| Date | 2013-09-10.15:13:25 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1378826005.85.0.961206776246.issue18999@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Related question: is there any good reason that would prevent to pass a custom `start_method` kwarg to the `Pool` constructor to make it use an alternative `Popen` instance (that is an instance different from the `multiprocessing._Popen` singleton)? This would allow libraries such as joblib to keep minimal side effect by try to impact the default multiprocessing runtime as low as possible. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-09-10 15:13:25 | Olivier.Grisel | set | recipients: + Olivier.Grisel, sbt, lars |
| 2013-09-10 15:13:25 | Olivier.Grisel | set | messageid: <1378826005.85.0.961206776246.issue18999@psf.upfronthosting.co.za> |
| 2013-09-10 15:13:25 | Olivier.Grisel | link | issue18999 messages |
| 2013-09-10 15:13:25 | Olivier.Grisel | create | |