Janne Karila added the comment: Indeed, the current implementation map_async simply ignores the callback arguments:
def map_async(self, func, iterable, chunksize=None, callback=None, error_callback=None): ''' Asynchronous version of `map()` method. ''' return self._map_async(func, iterable, mapstar, chunksize) ---------- nosy: +Janne.Karila _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16307> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com