BPO | [29842](https://bugs.python.org/issue29842) --- | :--- Nosy | @brianquinlan, @ezio-melotti, @pkch, @MojoVampire, @dlukes, @leezu PRs | python/cpython#707python/cpython#18566 *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.* Show more details GitHub fields: ```python assignee = None closed_at = None created_at = labels = ['3.8', 'library'] title = 'Make Executor.map work with infinite/large inputs correctly' updated_at = user = 'https://github.com/MojoVampire' ``` bugs.python.org fields: ```python activity = actor = 'leezu' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = creator = 'josh.r' dependencies = [] files = [] hgrepos = [] issue_num = 29842 keywords = ['patch'] message_count = 8.0 messages = ['289789', '289790', '293677', '293708', '322390', '322391', '341565', '385067'] nosy_count = 7.0 nosy_names = ['bquinlan', 'ezio.melotti', 'max', 'josh.r', 'dlukes', 'Klamann', 'leezu'] pr_nums = ['707', '18566'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue29842' versions = ['Python 3.8'] ``` ### Linked PRs * gh-114975 * gh-125663 * gh-131214 * gh-131701