Issue 32537: multiprocessing.pool.Pool.starmap_async - wrong parameter name (original) (raw)

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:56 admin set github: 76718
2018-01-19 00:32:02 pablogsal set status: open -> closedsuperseder: Update doc for starmap_async error_back kwargnosy: + pablogsalmessages: + resolution: duplicatestage: resolved
2018-01-12 23:41:18 ned.deily set nosy: + ned.deilymessages: +
2018-01-12 23:22:25 martin.panter set nosy: + martin.pantermessages: +
2018-01-12 14:37:57 devnull create