Skip to content

Prevent double awaiting of async iterator #83567

Description

@jmg
mannequin
BPO 39386
Nosy @njsmith, @asvetlov, @1st1, @miss-islington
PRs
  • bpo-39386: Prevent double awaiting of async iterator #18081
  • [3.8] bpo-39386: Prevent double awaiting of async iterator (GH-18081) #18086
  • [3.7] bpo-39386: Prevent double awaiting of async iterator (GH-18081) #18087
  • bpo-39606: allow closing async generators that are already closed #18475
  • [3.8] bpo-39606: allow closing async generators that are already closed (GH-18475) #18501
  • [3.7] bpo-39606: allow closing async generators that are already closed (GH-18475) #18502
  • Files
  • asyncitertc.py
  • 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 2020-01-20.23:45:40.207>
    created_at = <Date 2020-01-19.06:43:40.732>
    labels = ['3.7', '3.8', '3.9', 'expert-asyncio']
    title = 'Prevent double awaiting of async iterator'
    updated_at = <Date 2020-02-13.09:33:42.106>
    user = 'https://bugs.python.org/jmg'

    bugs.python.org fields:

    activity = <Date 2020-02-13.09:33:42.106>
    actor = 'njs'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-01-20.23:45:40.207>
    closer = 'asvetlov'
    components = ['asyncio']
    creation = <Date 2020-01-19.06:43:40.732>
    creator = 'jmg'
    dependencies = []
    files = ['48852']
    hgrepos = []
    issue_num = 39386
    keywords = ['patch']
    message_count = 8.0
    messages = ['360254', '360326', '360340', '360341', '360342', '361942', '361947', '361951']
    nosy_count = 5.0
    nosy_names = ['jmg', 'njs', 'asvetlov', 'yselivanov', 'miss-islington']
    pr_nums = ['18081', '18086', '18087', '18475', '18501', '18502']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue39386'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    Metadata

    Metadata

    Assignees

    No one assigned

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions