Reading received data from a closed TCP stream using `StreamReader.read` might hang forever · Issue #79246 · python/cpython · GitHub
Skip to content

Reading received data from a closed TCP stream using StreamReader.read might hang forever #79246

Description

@vxgmichel
mannequin
BPO 35065
Nosy @asvetlov, @1st1, @vxgmichel
PRs
  • bpo-35065: Remove StreamReaderProtocol._untrack_reader #10212
  • Files
  • stuck_on_py38.py: This test fails on 3.8 but passes on 3.7.
  • patch-bpo-35065.diff: A possible fix
  • 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-11-08.12:22:13.649>
    created_at = <Date 2018-10-25.12:32:25.991>
    labels = ['type-bug', '3.8', 'expert-asyncio']
    title = 'Reading received data from a closed TCP stream using `StreamReader.read` might hang forever'
    updated_at = <Date 2018-11-08.12:22:13.648>
    user = 'https://github.com/vxgmichel'

    bugs.python.org fields:

    activity = <Date 2018-11-08.12:22:13.648>
    actor = 'asvetlov'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-11-08.12:22:13.649>
    closer = 'asvetlov'
    components = ['asyncio']
    creation = <Date 2018-10-25.12:32:25.991>
    creator = 'vxgmichel'
    dependencies = []
    files = ['47891', '47893']
    hgrepos = []
    issue_num = 35065
    keywords = ['patch']
    message_count = 5.0
    messages = ['328430', '328442', '328528', '328547', '329467']
    nosy_count = 3.0
    nosy_names = ['asvetlov', 'yselivanov', 'vxgmichel']
    pr_nums = ['10212']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue35065'
    versions = ['Python 3.8']

    Activity

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      Projects

      No projects

        Milestone

        No milestone

        Relationships

        None yet

        Development

        No branches or pull requests

        Issue actions