Skip to content

asyncio: StreamWriter write_eof() after close raises mysterious AttributeError #75828

@twisteroidambassador

Description

@twisteroidambassador
BPO 31647
Nosy @larryhastings, @giampaolo, @ned-deily, @1st1, @twisteroidambassador
PRs
  • bpo-31647: Fix write_eof() after close() for SelectorSocketTransport #7149
  • [3.7] bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) #7153
  • [3.6] bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) #7154
  • bpo-31647: fix typo in blurb's bpo number #7964
  • Files
  • asyncio_write_eof_after_close_test.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 2018-05-28.16:17:48.716>
    created_at = <Date 2017-09-30.04:42:43.335>
    labels = ['3.8', 'type-bug', '3.7', 'release-blocker', 'expert-asyncio']
    title = 'asyncio: StreamWriter write_eof() after close raises mysterious AttributeError'
    updated_at = <Date 2018-06-28.08:05:30.146>
    user = 'https://github.com/twisteroidambassador'

    bugs.python.org fields:

    activity = <Date 2018-06-28.08:05:30.146>
    actor = 'ned.deily'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-05-28.16:17:48.716>
    closer = 'yselivanov'
    components = ['asyncio']
    creation = <Date 2017-09-30.04:42:43.335>
    creator = 'twisteroid ambassador'
    dependencies = []
    files = ['47180']
    hgrepos = []
    issue_num = 31647
    keywords = ['patch']
    message_count = 15.0
    messages = ['303391', '303392', '304459', '317707', '317838', '317866', '317877', '317879', '317914', '317931', '320572', '320574', '320591', '320631', '320654']
    nosy_count = 5.0
    nosy_names = ['larry', 'giampaolo.rodola', 'ned.deily', 'yselivanov', 'twisteroid ambassador']
    pr_nums = ['7149', '7153', '7154', '7964']
    priority = 'release blocker'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue31647'
    versions = ['Python 3.4', 'Python 3.5', 'Python 3.6', '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