Issue 12709: In multiprocessing, error_callback isn't documented for map_async (original ) (raw )Created on 2011-08-08 10:10 by hynek , last changed 2022-04-11 14:57 by admin . This issue is now closed .
Messages (6)
msg141763 - (view)
Author: Hynek Schlawack (hynek) *
Date: 2011-08-08 10:10
While working on #12708 , I noticed that the error_callback argument of multiprocessing.Pool.map_async() isn't documented (callback is).
msg141764 - (view)
Author: Sandro Tosi (sandro.tosi) *
Date: 2011-08-08 10:37
Would you like to provide a doc patch about it? Thanks in advance
msg141769 - (view)
Author: Hynek Schlawack (hynek) *
Date: 2011-08-08 10:53
Yeah, if my 3G hadn't failed on me, it would have been already here. :) As a matter of fact, the argument is discussed in the body of the doc, it just has been omitted in the method definition, so the patch is trivial.
msg141781 - (view)
Author: Roundup Robot (python-dev)
Date: 2011-08-08 14:40
New changeset b2835b8412e5 by Sandro Tosi in branch '2.7': #12709 : add error_callback argument to map_async documentation http://hg.python.org/cpython/rev/b2835b8412e5 New changeset 41b816853819 by Sandro Tosi in branch '3.2': #12709 : add error_callback argument to map_async documentation http://hg.python.org/cpython/rev/41b816853819 New changeset 0c922e7d26e1 by Sandro Tosi in branch 'default': #12709 : merge with 3.2 http://hg.python.org/cpython/rev/0c922e7d26e1
msg141782 - (view)
Author: Sandro Tosi (sandro.tosi) *
Date: 2011-08-08 14:41
Hynek, thanks for your contribution to Python!
msg146835 - (view)
Author: Petri Lehtinen (petri.lehtinen) *
Date: 2011-11-02 08:24
Sandro: The error_callback parameter is not available on 2.7. See #13147 .
History
Date
User
Action
Args
2022-04-11 14:57:20
admin
set
github: 56918
2011-11-02 08:24:16
petri.lehtinen
set
nosy: + petri.lehtinen messages: +
2011-08-08 14:41:22
sandro.tosi
set
status: open -> closedresolution: fixedmessages: + stage: needs patch -> resolved
2011-08-08 14:40:47
python-dev
set
nosy: + python-dev messages: +
2011-08-08 10:53:59
hynek
set
files: + map_async-doc-fix.diff keywords: + patch messages: +
2011-08-08 10:37:12
sandro.tosi
set
versions: + Python 2.7, Python 3.2, Python 3.3, - Python 3.4nosy: + sandro.tosi messages: + stage: needs patch
2011-08-08 10:10:08
hynek
create