Message300999
| Author | tamas |
|---|---|
| Recipients | docs@python, tamas |
| Date | 2017-08-29.20:13:31 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1504037611.28.0.102125644209.issue31304@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The documentation suggests that multiprocessing.pool.Pool. starmap_async has a kwarg called 'error_back', but it actually has a kwarg called 'error_callback' to handle errors, just like map_async. Link: https://docs.python.org/3.7/library/multiprocessing.html#multiprocessing.pool.Pool.starmap_async |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-08-29 20:13:31 | tamas | set | recipients: + tamas, docs@python |
| 2017-08-29 20:13:31 | tamas | set | messageid: <1504037611.28.0.102125644209.issue31304@psf.upfronthosting.co.za> |
| 2017-08-29 20:13:31 | tamas | link | issue31304 messages |
| 2017-08-29 20:13:31 | tamas | create | |