Message356546
| Author | pitrou |
|---|---|
| Recipients | AMDmi3, davin, pitrou |
| Date | 2019-11-13.18:59:19 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1573671559.26.0.978730061355.issue38744@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
What happens if you instead write:
with Pool() as pool:
pool.map(sleep, [0.01] * 10) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-11-13 18:59:19 | pitrou | set | recipients: + pitrou, davin, AMDmi3 |
| 2019-11-13 18:59:19 | pitrou | set | messageid: <1573671559.26.0.978730061355.issue38744@roundup.psfhosted.org> |
| 2019-11-13 18:59:19 | pitrou | link | issue38744 messages |
| 2019-11-13 18:59:19 | pitrou | create | |