This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:31tamassetrecipients: + tamas, docs@python
2017-08-29 20:13:31tamassetmessageid: <1504037611.28.0.102125644209.issue31304@psf.upfronthosting.co.za>
2017-08-29 20:13:31tamaslinkissue31304 messages
2017-08-29 20:13:31tamascreate