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.

classification
Title: multiprocessing.pool.Pool.starmap_async - wrong parameter name
Type: Stage: resolved
Components: Documentation Versions: Python 3.5
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Update doc for starmap_async error_back kwarg
View: 31304
Assigned To: docs@python Nosy List: devnull, docs@python, martin.panter, ned.deily, pablogsal
Priority: normal Keywords:

Created on 2018-01-12 14:37 by devnull, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
bug.png devnull, 2018-01-12 14:37 screenshot of web doc page
Messages (4)
msg309857 - (view) Author: Tilman Beck (devnull) Date: 2018-01-12 14:37
The optional parameter for the error callback function is named "error_callback" not "error_back"
msg309877 - (view) Author: Martin Panter (martin.panter) * (Python committer) Date: 2018-01-12 23:22
This was supposed to be fixed in 3.6+ by Issue 31304. In general, 3.5 only gets security fixes at this stage. I’m not sure if it is easy or worth back porting this.
msg309878 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2018-01-12 23:41
This wouldn't qualify as a security problem so, if the problem no longer exists in 3.6, then this issue should be closed
msg310264 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2018-01-19 00:32
Closed as is a duplicate of 31304. Thanks for reporting this!
History
Date User Action Args
2022-04-11 14:58:56adminsetgithub: 76718
2018-01-19 00:32:02pablogsalsetstatus: open -> closed

superseder: Update doc for starmap_async error_back kwarg

nosy: + pablogsal
messages: + msg310264
resolution: duplicate
stage: resolved
2018-01-12 23:41:18ned.deilysetnosy: + ned.deily
messages: + msg309878
2018-01-12 23:22:25martin.pantersetnosy: + martin.panter
messages: + msg309877
2018-01-12 14:37:57devnullcreate