Skip to content

Raise RuntimeError when transport's FD is used with add_reader etc #72555

Closed
@1st1

Description

@1st1
Member
BPO 28369
Nosy @gvanrossum, @asvetlov, @1st1
PRs
  • bpo-28369: Enhance transport socket check in add_reader/writer #4365
  • 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 = 'https://github.com/1st1'
    closed_at = <Date 2017-11-13.18:38:45.601>
    created_at = <Date 2016-10-05.21:47:34.361>
    labels = ['type-feature', '3.7', 'expert-asyncio']
    title = "Raise RuntimeError when transport's FD is used with add_reader etc"
    updated_at = <Date 2017-11-13.18:38:45.600>
    user = 'https://github.com/1st1'

    bugs.python.org fields:

    activity = <Date 2017-11-13.18:38:45.600>
    actor = 'yselivanov'
    assignee = 'yselivanov'
    closed = True
    closed_date = <Date 2017-11-13.18:38:45.601>
    closer = 'yselivanov'
    components = ['asyncio']
    creation = <Date 2016-10-05.21:47:34.361>
    creator = 'yselivanov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 28369
    keywords = ['patch']
    message_count = 3.0
    messages = ['278152', '278153', '306164']
    nosy_count = 4.0
    nosy_names = ['gvanrossum', 'asvetlov', 'python-dev', 'yselivanov']
    pr_nums = ['4365']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue28369'
    versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']

    Activity

    1st1

    1st1 commented on Oct 5, 2016

    @1st1
    MemberAuthor

    Proxy issue for python/asyncio#420

    self-assigned this
    on Oct 5, 2016
    python-dev

    python-dev commented on Oct 5, 2016

    @python-dev
    Mannequin

    New changeset 2b502f624753 by Yury Selivanov in branch '3.5':
    Issue bpo-28369: Raise an error when transport's FD is used with add_reader
    https://hg.python.org/cpython/rev/2b502f624753

    New changeset f3c1d8869dd5 by Yury Selivanov in branch '3.6':
    Merge 3.5 (issue bpo-28369)
    https://hg.python.org/cpython/rev/f3c1d8869dd5

    New changeset 745e0ff513c2 by Yury Selivanov in branch 'default':
    Merge 3.6 (issue bpo-28369)
    https://hg.python.org/cpython/rev/745e0ff513c2

    reopened this on Nov 10, 2017
    1st1

    1st1 commented on Nov 13, 2017

    @1st1
    MemberAuthor

    New changeset ce12629 by Yury Selivanov in branch 'master':
    bpo-28369: Enhance transport socket check in add_reader/writer (bpo-4365)
    ce12629

    transferred this issue fromon Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Metadata

    Metadata

    Assignees

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @1st1

        Issue actions

          Raise RuntimeError when transport's FD is used with add_reader etc · Issue #72555 · python/cpython