Skip to content

concurrent.futures.wait() blocks forever when given duplicate Futures #64568

Closed
@glangford

Description

@glangford
mannequin
BPO 20369
Nosy @tim-one, @vstinner, @pablogsal, @miss-islington, @iritkatriel, @kumaraditya303
PRs
  • bpo-20369: concurrent.futures.wait() now deduplicates futures given a… #30168
  • [3.10] bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168) #30400
  • [3.9] bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168) #30401
  • Files
  • test_dupfuture_wait.py
  • issue20369.patch
  • issue20369.patch
  • issue20369.patch
  • 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:

    assignee = None
    closed_at = <Date 2022-01-04.14:35:22.675>
    created_at = <Date 2014-01-23.15:33:51.643>
    labels = ['easy', 'type-bug', '3.9', '3.10', '3.11', 'library']
    title = 'concurrent.futures.wait() blocks forever when given duplicate Futures'
    updated_at = <Date 2022-01-04.14:35:22.675>
    user = 'https://bugs.python.org/glangford'

    bugs.python.org fields:

    activity = <Date 2022-01-04.14:35:22.675>
    actor = 'AlexWaygood'
    assignee = 'none'
    closed = True
    closed_date = <Date 2022-01-04.14:35:22.675>
    closer = 'AlexWaygood'
    components = ['Library (Lib)']
    creation = <Date 2014-01-23.15:33:51.643>
    creator = 'glangford'
    dependencies = []
    files = ['33660', '33665', '33708', '33751']
    hgrepos = []
    issue_num = 20369
    keywords = ['patch', 'easy']
    message_count = 7.0
    messages = ['208960', '208979', '209241', '209454', '408390', '409676', '409681', '409682']
    nosy_count = 6.0
    nosy_names = ['tim.peters', 'vstinner', 'pablogsal', 'miss-islington', 'iritkatriel', 'kumaraditya']
    pr_nums = ['30168', '30400', '30401']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue20369'
    versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.10only security fixes3.11only security fixes3.9only security fixeseasystdlibPython modules in the Lib dirtype-bugAn unexpected behavior, bug, or error

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions