assignee=Noneclosed_at=Nonecreated_at=<Date2017-03-18.01:32:56.383>labels= ['3.8', 'library']
title='Make Executor.map work with infinite/large inputs correctly'updated_at=<Date2021-05-05.00:42:51.731>user='https://github.com/MojoVampire'
activity=<Date2021-05-05.00:42:51.731>actor='leezu'assignee='none'closed=Falseclosed_date=Nonecloser=Nonecomponents= ['Library (Lib)']
creation=<Date2017-03-18.01:32:56.383>creator='josh.r'dependencies= []
files= []
hgrepos= []
issue_num=29842keywords= ['patch']
message_count=8.0messages= ['289789', '289790', '293677', '293708', '322390', '322391', '341565', '385067']
nosy_count=7.0nosy_names= ['bquinlan', 'ezio.melotti', 'max', 'josh.r', 'dlukes', 'Klamann', 'leezu']
pr_nums= ['707', '18566']
priority='normal'resolution=Nonestage='patch review'status='open'superseder=Nonetype=Noneurl='https://bugs.python.org/issue29842'versions= ['Python 3.8']
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:
bugs.python.org fields:
Linked PRs
concurrent.futures.Executor.map: introducebuffersizeparam for lazier behavior #125663whatsnew/3.14.rstpost gh-125663 #131214concurrent.futures.Executor.map: avoid reference cycles when an exception is raised #131701