July 2, 2020
3:10 p.m.
Volker Weißmann <volker.weissmann@gmx.de> added the comment: The documentation here: https://docs.python.org/3/library/multiprocessing.html#module-multiprocessin... says that apply_async is "A variant of the apply() method which returns a result object." You should replace "a result object" with "a AsyncResult/ApplyResult object" and a link to https://docs.python.org/2/library/multiprocessing.html#multiprocessing.pool.... ---------- nosy: +Volker Weißmann versions: +Python 3.10, Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9 -Python 2.7, Python 3.3, Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue17805> _______________________________________