New submission from tamas:

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

----------
assignee: docs@python
components: Documentation
messages: 300999
nosy: docs@python, tamas
priority: normal
severity: normal
status: open
title: Update doc for starmap_async error_back kwarg
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue31304>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to