Skip to content

wait_for(future, ...) should wait for the future (even if a timeout occurs) #76932

@njsmith

Description

@njsmith
BPO 32751
Nosy @giampaolo, @njsmith, @asvetlov, @elprans, @ambv, @1st1, @xgid, @miss-islington
PRs
  • bpo-32751: Wait for task cancellation in asyncio.wait_for() #7216
  • [3.7] bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216) #7223
  • bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 #21895
  • [3.9] bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (GH-21895) #21963
  • [3.8] bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (GH-21895) #21967
  • [3.7] bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (GH-21895) #21968
  • 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 2018-05-30.01:01:02.210>
    created_at = <Date 2018-02-02.20:01:15.318>
    labels = ['3.8', 'type-bug', '3.7', 'expert-asyncio']
    title = 'wait_for(future, ...) should wait for the future (even if a timeout occurs)'
    updated_at = <Date 2020-08-26.20:59:39.330>
    user = 'https://github.com/njsmith'

    bugs.python.org fields:

    activity = <Date 2020-08-26.20:59:39.330>
    actor = 'yselivanov'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-05-30.01:01:02.210>
    closer = 'yselivanov'
    components = ['asyncio']
    creation = <Date 2018-02-02.20:01:15.318>
    creator = 'njs'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 32751
    keywords = ['patch']
    message_count = 18.0
    messages = ['311509', '311515', '311728', '311764', '311773', '311776', '311777', '318061', '318062', '318064', '318065', '318075', '318076', '318095', '318130', '375938', '375941', '375960']
    nosy_count = 8.0
    nosy_names = ['giampaolo.rodola', 'njs', 'asvetlov', 'Elvis.Pranskevichus', 'lukasz.langa', 'yselivanov', 'xgdomingo', 'miss-islington']
    pr_nums = ['7216', '7223', '21895', '21963', '21967', '21968']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue32751'
    versions = ['Python 3.7', 'Python 3.8']

    Metadata

    Metadata

    Assignees

    No one assigned

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions