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: Add multimap() function similar to map(), but with multiprocessing functionality to the multiprocessing module
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.11, Python 3.10, Python 3.9, Python 3.8
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: Ryan-Rudes, rhettinger
Priority: normal Keywords: patch

Created on 2021-06-16 19:23 by Ryan-Rudes, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 26762 closed Ryan-Rudes, 2021-06-16 19:31
Messages (1)
msg395961 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2021-06-16 21:12
Marking as closed for the reasons mentioned in the PR.  I you want to go forward, consider starting a thread on python-ideas.
History
Date User Action Args
2022-04-11 14:59:46adminsetgithub: 88603
2021-06-16 21:12:20rhettingersetstatus: open -> closed

nosy: + rhettinger
messages: + msg395961

resolution: rejected
stage: patch review -> resolved
2021-06-16 19:38:29Ryan-Rudessetcomponents: + Library (Lib), - Tkinter
2021-06-16 19:31:10Ryan-Rudessetkeywords: + patch
stage: patch review
pull_requests: + pull_request25347
2021-06-16 19:23:02Ryan-Rudescreate